appliance techpreview localaccounts user: set
Update local user account properties role, full name, enabled status and password
Request:
HTTP request
PUT https://{server}/rest/appliance/techpreview/local-accounts/user
Request Body Structure:
{
"config": {
"email": "string",
"fullname": "string",
"role": "admin",
"status": "disabled",
"username": "string"
}
}
"config": {
"email": "string",
"fullname": "string",
"role": "admin",
"status": "disabled",
"username": "string"
}
}
<?xml version="1.0" ?>
<ns0:Set-Input xmlns:ns0="http://vmware.com/appliance/techpreview/localaccounts/user" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<config>
<username>string</username>
<email>string</email>
<status>disabled</status>
<role>admin</role>
<fullname>string</fullname>
</config>
</ns0:Set-Input>
<ns0:Set-Input xmlns:ns0="http://vmware.com/appliance/techpreview/localaccounts/user" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<config>
<username>string</username>
<email>string</email>
<status>disabled</status>
<role>admin</role>
<fullname>string</fullname>
</config>
</ns0:Set-Input>
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
config | user_config | User configuration. |
config.username | string | User login name |
config.role | string | User roles Defines user roles for appliance Value is one of: admin: Able to configure the appliance. operator: Able to read the appliance configuration. superAdmin: Able to configure the appliance, manage local accounts and use the BASH shell |
config.fullname | string | User full name |
config.status | string | Enabled status of the local account Defines status of user accounts Value is one of: disabled: The user account is disabled. enabled: The user account is enabled. |
config.email | string | email of the local account |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |