VidbUser

VidbUser
VidbUser

User Info object

JSON Example
{
    "accountName": "string",
    "active": false,
    "domainName": "string",
    "email": "string",
    "firstName": "string",
    "lastName": "string",
    "roles": [
        {
            "roleAssignmentTypes": [
                "string"
            ],
            "roleName": "string"
        }
    ],
    "userId": "string",
    "userName": "string"
}
string
accountName
Optional

Account name of the user

boolean
active
Optional

User status

string
domainName
Optional

Domain name of the user

string
email
Optional

Email address of the user

string
firstName
Optional

First name of the user

string
lastName
Optional

Last name of the user

array of VCFRoleInfo
roles
Optional

List of roles assigned to the user

string As uuid As uuid
userId
Optional

Unique ID of the user

string
userName
Optional

Username of the user

Property Of