Skip to content
Start here

Organizations

List Organizations
Deprecated
user.organizations.list(OrganizationListParams**kwargs) -> SyncV4PagePaginationArray[Organization]
GET/user/organizations
Organization Details
Deprecated
user.organizations.get(strorganization_id) -> object
GET/user/organizations/{organization_id}
Leave Organization
Deprecated
user.organizations.delete(strorganization_id) -> OrganizationDeleteResponse
DELETE/user/organizations/{organization_id}
ModelsExpand Collapse
class Organization:
id: Optional[str]

Identifier

maxLength32
minLength32
name: Optional[str]

Organization name.

maxLength100
permissions: Optional[List[Permission]]

Access permissions for this User.

roles: Optional[List[str]]

List of roles that a user has within an organization.

status: Optional[Status]

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

class OrganizationDeleteResponse:
id: Optional[str]

Identifier

maxLength32
minLength32