users.post.response

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

email

string
type
Required

type

string
authStatus
Required

authStatus

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