Cluster Cluster Node Id Node Create Node User Create User
Create new user account to log in to the NSX web-based user interface or access API.
username
is required field in case of creating new user, further following
usernames - root, admin, audit
are reserved and can not be used
to create new user account unless for local audit user.
In case of local audit account when username not specified in request by default
account will be created with audit
username, although administrators
are allowed to use any other non-duplicate usernames during creation.
cluster-node-id
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"full_name": "string",
"group_id": 0,
"home_dir": "string",
"last_password_change": 0,
"login_shell": "string",
"old_password": "string",
"password": "string",
"password_change_frequency": 0,
"password_change_warning": 0,
"password_reset_required": false,
"status": "string",
"userid": 0,
"username": "string"
}
Created
"NodeUserProperties Object"
Conflict
Service Unavailable
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v1/cluster/{cluster-node-id}/node/users?action=create_user