Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The ID of the user

Response

User details

Represents a user in an organization

id
string
required

The unique identifier of the user

email
string<email>
required

The email address of the user

first_name
string
required

The first name of the user

last_name
string
required

The last name of the user

permissions
object
required

The roles assigned to the user in the organization