Skip to main content

User model

date_joinedstring
emailstring

Email of the user

external_idstring | nullnullable

External user reference, often is UID

first_namestring

User first name

is_activeboolean

Indicates if the user is active or disabled

is_superuserboolean

Indicates if the user is a super user

last_loginstring<date-time>

Timestamp of the last successfull login

last_namestring

Last name of the user

optionsobject

Additional arbitrary properties of the user

organizationstring,null<uri-reference>nullable

Organization this user belongs to

phonestring | nullnullable

Phone number of the user

set_passwordstring | nullnullable
usernamestring

User name

created_atstring<date-time>

Creation timestamp of an object

id object

Identifier of the object

anyOf
integer

Can be integer

modified_atstring<date-time>

Last modification timestampo of the object

resource_uristring<uri-reference>

URI of the object instance

User model
{
"date_joined": "string",
"email": "string",
"external_id": "string",
"first_name": "string",
"is_active": true,
"is_superuser": true,
"last_login": "2024-07-29T15:51:28.071Z",
"last_name": "string",
"options": {},
"organization": "string",
"phone": "string",
"set_password": "string",
"username": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}