Users

Register user

post/users/sign_up

Request body

tokenstring jwt required

The authentication token. If provided, the user email is not required.

Response

OK

idinteger required

The ID of the user

resource_type'User' required

The resource type of the user

namestring required

The name of the user

emailstring email required

The email of the user.

imagestring uri nullable required

The url to the image of the user.

locale'en' | 'fr' | 'es' | 'de' | 'null' nullable required

The preferred language of the user

notifications_unread_countinteger required

The count of unread notifications.

otp_required_for_loginboolean required

Whether OTP/2FA is required for login.

otp_enabled_atstring date-time nullable required

When was the OTP/2FA enabled.

primary_login_existsboolean required

Whether the user has a primary login.

created_atstring date-time required

When the user was created

updated_atstring date-time required

When the user was updated

announcements_last_seen_atstring date-time nullable required
last_read_atobject nullable required

When the user read various notifications. At most 50 fields can be stored.

notesstring nullable required

The notes for the user.

organization_idinteger required

The organization ID of the user

Changes

No recorded changes to this endpoint across all 1 revision of this API.