Skip to main content
GET
Get assignees

Authorizations

Authorization
string
header
required

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

Query Parameters

brand_ids
integer[]
required

List of brand IDs to fetch assignees for

organization_ids
integer[]

List of organization IDs to fetch assignees for

source_updated_after
string<date-time>

Start date for filtering assignees

source_updated_before
string<date-time>

End date for filtering assignees

Response

OK

accessible_brands
integer[] | null
required

The list of brands the user is part of

email
string
required

The user's email.

first_name
string | null
required

The user's first name.

id
integer
required

The user ID.

last_name
string | null
required

The user's last name.

avatar_url
string<url> | null

The user's avatar url.