Skip to main content

Retrieve a user

Retrieve a user's details from your organization by providing their unique ID.

Path Parameters
id string REQUIRED

The unique ID of the user to retrieve

Responses
200

User details retrieved successfully

Schema OPTIONAL
id uuid

The unique identifier of the user.

email string

The email address of the user.

firstName string

The first name of the user.

lastName string

The last name of the user.

organizationId string OPTIONAL

The ID of the organization the user belongs to.

404

User not found

Schema OPTIONAL
statusCode integer
message string
error string