Users

Retrieve a user

Retrieves the details of an existing user.

get/v3/users/{id}

Path parameters

idstring required

Unique identifier for the user.

Query parameters

includeIncludeUserProperties[]

Response

OK

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
firstNamestring required
lastNamestring required
emailstring required
rolestring required
twoFactorEnabledboolean required
googleSsoEnabledboolean required
lastLoginAtstring date-time nullable
twoFactorRequiredFromstring date-time nullable
companystring nullable
allowCustomerPortalAccessboolean required
rolesstring[] required
lastSeenAtstring date-time nullable
organizationIdstring nullable
resellerIdstring nullable
tagsstring[] required

Changes

Changed in 1 of the 3 revisions of this API.5

    • added the optional property twoFactorRequiredFrom to the response with the 200 status

      response-optional-property-added

    • added the required property customAttributes to the response with the 200 status

      response-required-property-added

    • added the required property organization/customAttributes to the response with the 200 status

      response-required-property-added

    • added the required property organization/reseller/customAttributes to the response with the 200 status

      response-required-property-added

    • added the required property reseller/customAttributes to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 3 revisions, 1 has no diff computed.