Organizations
Get User Organization Memberships
Retrieve a list of organizations the authenticated user is a member of.
GET
Headers
Your API key for authentication.
Response
A list of organizations the user belongs to.
The unique identifier of the organization.
The unique slug identifier of the organization.
The display name of the organization.
The permissions assigned to the user within the organization.
Valid values: "owner"
, "admin"
, "operator"
, "viewer"
Whether the user is the owner of the organization.
Whether the user originally created the organization.
The timestamp of when the user joined the organization.
Always null
on success.