Update User

PATCH

Update a User by id

Path parameters

site_idUUIDRequired

Unique identifier for a Site

user_idUUIDRequired

Unique identifier for a User

Headers

Accept-VersionstringOptional

The API version

Request

This endpoint expects a map from strings to strings.
{}
map from strings to strings

Response

Request was successful

_idUUIDOptional

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
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

Built with