CreateUserRequestType
CreateUserRequestType
The parameters of CreateUser.
JSON Example
{
"user": {
"_typeName": "string",
"id": "string",
"password": "string",
"description": "string"
}
}
user
Required
This data object type contains common parameters for local account creation.
The password and description properties are not supported for group accounts on POSIX hosts.