Organizations
organizations
Methods
CreateOrganization creates a new Organization.
DeleteOrganization deletes the specified organization.
JoinOrganization lets accounts join an Organization.
LeaveOrganization lets the passed user leave an Organization.
Example: Authorization: Bearer My Bearer Token
ListOrganizations lists all organization the caller has access to.
ListMembers lists all members of the specified organization.
GetOrganization retrieves a single Organization.
SetRole
UpdateOrganization updates the properties of an Organization.
Invites
organizations.invites
Methods
CreateOrganizationInvite creates an invite for the organization. Any existing OrganizationInvites are invalidated and can no longer be used.
GetOrganizationInviteSummary retrieves a summary of the organization based on an Invite ID. Used to discover which organization an invite is for.
GetOrganizationInvite retrieves invite for the organization. If no invite exists, a new one is created.
SSO Configurations
organizations.sso_configurations
Methods
CreateSSOConfiguration creates a new SSO configuration for the organization.
DeleteSSOConfiguration deletes an SSO configuration.
ListSSOConfigurations lists all SSO configurations matching provided filters.
GetSSOConfiguration returns an SSO configuration.
UpdateSSOConfiguration updates the SSO configuration for the organization.