Skip to content
Start here

Organizations

List Organizations
Deprecated
client.User.Organizations.List(ctx, query) (*V4PagePaginationArray[Organization], error)
GET/user/organizations
Organization Details
Deprecated
client.User.Organizations.Get(ctx, organizationID) (*OrganizationGetResponse, error)
GET/user/organizations/{organization_id}
Leave Organization
Deprecated
client.User.Organizations.Delete(ctx, organizationID) (*OrganizationDeleteResponse, error)
DELETE/user/organizations/{organization_id}
ModelsExpand Collapse
type Organization struct{…}
ID stringOptional

Identifier

maxLength32
minLength32
Name stringOptional

Organization name.

maxLength100
Permissions []PermissionOptional

Access permissions for this User.

Roles []stringOptional

List of roles that a user has within an organization.

Status StatusOptional

Whether the user is a member of the organization or has an invitation pending.