Get User

A partner, using a token signed by their clientId and clientSecret, can call this method to get the current metadata associated with the user id.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Query parameters

user_idstringOptionalformat: "uuid"
User Id
external_user_idstringOptional
External User Id

Response

OK
messagestring or null
successboolean or null
userobject or null

Errors