...
The definition of this API is:
Web Service | Type | Description | Req? | Val? | |||
|
| ||||||
|
<userId>?</userId> |
| A new User ID for the user to be created. The User ID must not already exist in the ServiceOptimizer database. |
<user> |
Required section containing the details of the new user to be added. | ![]() |
<name>?</name> | string(50) | The name of the new user. | ![]() |
<enabled>?</enabled> | Boolean | If true, the new user is permitted to use ServiceManager. | ![]() |
| string(10) | The user profile for the user to be created. The user profile must exist in the ServiceOptimizer database. | ![]() | ![]() |
| AuthType | Either |
INTERNAL
or If | ![]() |
<password>?</password> | string(50) | The new user's password. Ignored if |
<unitType>?</unitType> | UserUnitType | The values can be ROOT,BRU,DRU or FRU . Defaults to ROOT if omitted during creation. |
<respUnit>?<respUnit> | string(8) | If If If If |
![]() |
</user> |
|
|
Return Structure
The API returns the standard return structure.
...