Get User

Get a User by id

Path parameters

site_idstringRequired

Unique identifier for a Site

user_idstringRequired

Unique identifier for a User

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Accept-VersionstringOptional

The API version

Response

Request was successful

_idstringOptionalformat: "uuid"

Unique identifier for the User

createdOndatetimeOptional

The timestamp the user was created

updatedOndatetimeOptional

The timestamp the user was updated

invitedOndatetimeOptional

The timestamp the user was invited

lastLogindatetimeOptional

The timestamp the user was logged in

emailVerifiedbooleanOptional

Shows whether the user has verified their email address

statusenumOptional

The status of the user

Allowed values:
accessGroupslist of objectsOptional

Access groups the user belongs to

datamap from strings to anyOptional

An object containing the User’s basic info and custom fields

Errors