Skip to main content
GET
Get user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required
user_id
string<uuid>
required

Response

200 - application/json

Org user.

id
string<uuid>
object
enum<string>
Available options:
org_user
email
string<email>
display_name
string | null
role
enum<string>
Available options:
owner,
admin,
member
created_at
string | null
updated_at
string | null
Last modified on July 8, 2026