users.post.response
users.post.response
JSON Example
{
"id": "string",
"username": "string",
"email": "string",
"type": "string",
"authStatus": "string",
"domain": "string",
"upn": "string",
"roleIds": [
"string"
],
"capabilities": [
{}
]
}
string
id
Required
UUID in string format
string
username
Required
username
string
email
Required
string
type
Required
type
Possible values are :
DEFAULT,
ACTIVE_DIRECTORY,
VIDM,
VIDB,
string
authStatus
Required
authStatus
Possible values are :
PENDING_PASSWORD_CHANGE,
ACTIVE,
LOCKED_LOGIN_FAIL,
LOCKED_NO_LOGIN,
LOCKED_PASSWORD,
string
domain
Required
Domain name of authentication method. Only available if the user belongs to one of these authentication methods: ACTIVE_DIRECTORY or VIDM.
string
upn
Required
User Principal Name. Only available if the user belongs to one of these authentication methods: ACTIVE_DIRECTORY or VIDM.
array of
string
roleIds
Optional
roleIds
array of
object
capabilities
Optional
capabilities