Skip to main content
GET
User organizations

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string<uuid>
required

The ID of the user.

Example:

"d81c8ee2-44b3-429f-b944-a33ad7437690"

Query Parameters

filter[id]
object

Allows filtering by id using one or more operators.

filter[type]
object

Allows filtering by type using one or more operators.

filter[vendor]
object

Allows filtering by vendor using one or more operators.

filter[status]
object

Allows filtering by status using one or more operators.
Defaults to filter[status][in]=active,restricted,suspended.

filter[updated_at]
object

Allows filtering by updated_at using one or more operators.

page[size]
integer

Determines the number of items to show.

Required range: 1 <= x <= 100
page[before]
string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

page[after]
string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

sort
string

Allows sorting by a single field.
Use a dash ("-") to sort descending.
Supported fields: name, label, created_at, updated_at.

Example:

"-updated_at"

Response

OK

items
object[]
Last modified on June 16, 2026