Fetch a user

Returns one person on your account, as an array containing a single object rather than a bare object; no match returns []. An API key with the User role may only request its own ID — which is the key itself, not the person who created it, so such a request ordinarily comes back empty.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the person to read; it must be a valid UUID.

Responses
200

The person, wrapped in an array; no match returns an empty array.

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json