Manage users
Retrieve a user
Retrive a single user.
The external_id
field is the identifier that you assigned to your user at
creation.
Path parameters
id
string
requiredThis references the unique identifier for the user. This can either be the
id
of the user or the external_id
that you assigned at user creation.
Query parameters
is_external_id
boolean
When set to true
, the id
field will be treated as an external_id
.
Default is false
.
Was this page helpful?