Skip to main content
GET
Get One User

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
string<uuid>
required

The unique ID of the user you want.

Example:

"b3a9b622-cc63-4d3c-aad6-2d8e29e6f9d4"

Response

The requested user.

status_code
integer
required

HTTP status code for the response.

data
PlatformUserRead · object
required

Payload or error details.

query_generated_time
integer
required

UTC timestamp (milliseconds since epoch) when response was generated.