UserAttributes

Attributes of the UserAttributes type

{
  "uuid": "456123",
  "managerUserId": "456123",
  "firstName": "",
  "lastName": "",
  "email": "",
  "phone": "",
  "title": "",
  "timezone": "",
  "roleId": "456123",
  "groupId": "456123",
  "profile": {
    "phone": "",
    "title": "",
    "timezone": "",
    "tabnameIsSubdomain": true
  },
  "enabled": true,
  "allowLoginViaEmailLink": true,
  "sendLoginLink": true,
  "entityId": "456123"
}
Name
Type
Description

uuid

ID

managerUserId

ID

firstName

String

lastName

String

email

String

phone

String

title

String

timezone

String

roleId

ID

groupId

ID

profile

enabled

Boolean

allowLoginViaEmailLink

Boolean

sendLoginLink

Boolean

entityId

ID

Last updated

Was this helpful?