REST API Method: PUT /rest/localuser/{identifier}
Creates a Local Users Table given a specific Table ID.
URL:
https://134.56.227.163/rest/localuser/{identifier}
HTTP Method
PUT
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
ConfigIEState | No | Yes | Enum | 1 | Possible values: - 0 - esDISABLED
- 1 - esENABLED
| Specifies the Administrative State of the resource. |
---|
Username | Yes | No | string | none | 32 - Max Length | Specifies the name of user. |
---|
Password | No | No | string | none | 128 - Max Length | Specifies the password of user. |
---|
Group | Yes | No | Enum | 0 | Possible values: - 0 - eUAAudit
- 1 - eUAReadOnly
- 2 - eUAOperator
- 3 - eUAAdministrator
- 4 - eUARejectUser
- 5 - eUAWebServices
| Specifies the access level to be granted to the user. |
---|
AccountActive | Yes | No | Enum | 1 | Possible values: | Specifies whether the user account is active or not. |
---|
PassExpires | Yes | No | string | none | 32 - Max Length | Specifies the number of days until the current password expires for the indicated user. |
---|
Code Block |
---|
|
Put code example here |
Response:
Code Block |
---|
|
Put Code response here |