WorkspaceSchemaUserAttributes

WorkspaceSchemaUserAttributes
WorkspaceSchemaUserAttributes
JSON Example
{
    "distinguishedName": "CN=user1,CN=Users,DC=acme,DC=com",
    "domain": "acme.com",
    "internalUserType": "PROVISIONED",
    "softDeleted": false,
    "userPrincipalName": "[email protected]",
    "userStatus": "1",
    "userStoreUuid": "19175b6d-a656-451a-9d25-b62e12d90a24",
    "firstLoginUrl": "string"
}
string
distinguishedName
Optional

The user distinguished name if available

string
domain
Optional

The user domain: can be the domain coming from an external source as AD or a local domain like 'System Domain'

string
internalUserType
Optional

The user internal type. Possible values are: PROVISIONED, LOCAL, OPERATOR, SERVICE and JIT

boolean
softDeleted
Optional

Is set to true if user is soft deleted. False or empty if user is not soft deleted

string
userPrincipalName
Optional

The user principal name if available

string
userStatus
Optional

The user status, available values are: 1 for enabled, 2 for disabled and 3 for deleted user

string
userStoreUuid
Optional

The user store identifier

string
firstLoginUrl
Optional

The URL to setup the user's password after the initial creation. Only available after creating the user and if the password was not set

Property Of