Updates user details for the specified local management user.
userid | User identifier for which local user information needs to be updated. |
SECURITY_ADMIN
The following conditions must be met in order to call this operation.
User should exist
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
mgmt_user_info_update | |||
password | Password for the management user | String | |
isSystemAdmin | Assigns or removes management user to /from System Admin role. | Boolean | |
isSystemMonitor | Assigns or removes management user to /from System Monitor role. | Boolean | |
isSecurityAdmin | Assigns or removes management user to/from Security Admin role. | Boolean |
Response indicating Success or Failure to update local user information
PUT https://192.168.0.0:4443/vdc/users/SampleUser: Content-Type: application/xml X-SDS-AUTH-TOKEN=BAAcRGtUUmNOZHNpbitMaEVhZUhhdWtad1J3WDRRPQMAUAQADTEzNzk1NDIwMjQ4MzACAAEABQA5dXJuOnN0b3JhZ2VvczpUb2tlbjoxYmVhNGJiMy04M2MwLTRlOGItODc4Ni1iYWYxYmM4NTZkNTY6AgAC0A8= <mgmt_user_info_update> <password>password</password> <isSystemAdmin>true</isSystemAdmin> <isSystemMonitor>false</isSystemMonitor> <isSecurityAdmin>false</isSecurityAdmin> </mgmt_user_info_update>
HTTP/1.1 200 OK Content-Type: application/xml