OrganizationApi
Retrofit API interface for organization-related operations in the Clerk system.
This interface defines all HTTP endpoints for managing organizations, domains, invitations, roles, and other organization-related functionality.
See also
Functions
Accepts an organization membership request. The current user must have permissions to manage the members of the organization.
Attempts to verify the affiliation of an organization domain using a verification code.
Bulk create an invitation for a user to join an organization.
Create an invitation for a user to join an organization.
Creates a new membership for a user in an organization.
Creates a new organization.
Creates a new domain for an organization.
Deletes an organization.
Deletes an organization domain.
Deletes the logo for an organization.
Retrieve all invitations for an organization. The current user must have permissions to manage the members of the organization.
Retrieves all domains for an organization with optional filtering and pagination.
Retrieves memberships for an organization with optional filtering and pagination.
Retrieve a list of all membership requests of an organization. The current user must have permissions to manage the members of the organization.
Retrieves a specific organization by its ID.
Retrieves a specific organization domain by its ID.
Retrieves roles for a specific organization.
Prepares affiliation verification for an organization domain by sending a verification email.
Rejects an organization membership request. The current user must have permissions to manage the members of the organization.
Removes a member from an organization.
Revoke a pending organization invitation.
Updates the enrollment mode for an organization domain.
Updates the role of an existing member in an organization.
Updates an existing organization.
Updates the logo for an organization.