Skip to main content
GET
Get User Organization Memberships

Headers

authorization
string
required
Your API key for authentication.

Response

data
array
A list of organizations the user belongs to.
data[].org_id
string
The unique identifier of the organization.
data[].org_slug
string
The unique slug identifier of the organization.
data[].org_display_name
string
The display name of the organization.
data[].permissions
string[]
The permissions assigned to the user within the organization.

Valid values: "owner", "admin", "operator", "viewer"
data[].is_owner
boolean
Whether the user is the owner of the organization.
data[].is_org_creator
boolean
Whether the user originally created the organization.
data[].joined_at
string (ISO 8601)
The timestamp of when the user joined the organization.
errors
null
Always null on success.

Docs for agents: llms.txt