Add User API

 
Purpose: To add a new user in OpManager.
Prerequisite: None.
Request URL (Post Method): http://<opmanager-server:port>/api/xml/admin/addUser?apiKey=APIKEY&userName=USER-NAME&password=PASSWORD&privilege=ACCESS-LEVEL&bvName=BUSINESS-VIEW-NAME&emailId=EMAIL-ID&landLine=PHONE-NO&mobileNo=MOBILE-NO

Request Parameters:

Parameter
Description
apiKey* API Key to access your OpManager server.
userName*
User name
password*
password
privilege*
Privilege for the user. Following privileges are available
* Administrators - Full Access
* Operators - Restricted Access
bvName
Provides access to the devices devices grouped in the specified business view. Multiple business views can be given by comma separated.
emailId
Email ID of the user.
landLine
Land line number of the user.
mobileNo
Mobile number of the user.
* - Mandatory parameters

Sample Form (Post Method):
<form method="POST" action="http://opman-vm-win7-2/api/xml/admin/addUser?apiKey=[APIKEY]">
<input type="hidden" name="userName" value="[BUSINESS-VIEW-NAME]">
<input type="hidden" name="password" value="[PASSWORD]">
<input type="hidden" name="privilege" value="[ACCESS-LEVEL]">
<input type="hidden" name="bvName" value="[BUSINESS-VIEW-NAME]">
<input type="hidden" name="emailId" value="[EMAIL-ID]">
<input type="hidden" name="landLine" value="[PHONE-NO]">
<input type="hidden" name="mobileNo" value="[MOBILE-NO]">
<input type="submit" value="Add Business View" name="submit">
</form>

Example:

Copyright © 2012, ZOHO Corp. All Rights Reserved.
Network Monitoring Software from ManageEngine