Skip to main content
GET
/
users
/
{id}
Get user by ID
curl --request GET \
  --url http://sandbox.mintlify.com/users/{id} \
  --header 'X-API-Key: <api-key>'
Retrieves user information by user ID.

Permissions

Can only view users within your organization(s).

Response

Returns basic user profile information.

Example

curl -X GET http://localhost:3001/api/users/123 \
  -H "Authorization: Bearer <token>"

Authorizations

X-API-Key
string
header
required

API Key for authentication (format: sk_...)

Path Parameters

id
string
required

Response

User retrieved successfully. Returns user profile information.