Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
user_identity_id
string<uuid>
required

ID of the user identity that you want to get.

Response

OK

user_identity
object
required

Represents a user identity associated with an application user account. See the user_identity object.