Get a User Identity

Get a specified user identity

Returns a specified user identity.

/user_identities/get

post

Returns a specified user identity.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
post
/user_identities/get

Request

Specify the desired user identity by including the corresponding user_identity_id in the request body.

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

ID of the desired user identity

Sample Request

Response

Returns a user_identity containing the following properties:

Property
Description

user_identity_id

ID of the user identity

user_identity_key

Unique key for the user identity

email_address

Unique email address for the user identity

phone_number

Unique phone number for the user identity in E.164 format (for example, +15555550100)

display_name

Display name for the user identity

full_name

Full name of the user associated with the user identity

created_at

Date and time at which the user identity was created

workspace_id

ID of the workspace that contains the user identity

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?