githubEdit

Get a User Identity

Returns a specified user identityarrow-up-right.

POST /user_identities/get β‡’ { user_identity }
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

user_identity_id String

ID of the desired user identity.


user_identity_key String


Response

user_identity


Examples

Get a user identity

Specify the user_identity_id of the user identity that you want to retrieve.

Code

Output

Last updated

Was this helpful?