Get User

GET

Get a User by ID

Required scope | users:read

Path parameters

site_idstringRequired

Unique identifier for a Site

user_idstringRequired

Unique identifier for a User

Response

Request was successful

idstringOptional

Unique identifier for the User

isEmailVerifiedbooleanOptionalDefaults to false

Shows whether the user has verified their email address

lastUpdateddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp the user was updated

invitedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp the user was invited

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp the user was created

lastLogindatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp the user was logged in

statusenumOptional
Allowed values: invitedverifiedunverified

The status of the user

accessGroupslist of objectsOptional

Access groups the user belongs to

dataobjectOptional

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

Errors