Skip to main content
An Organization represents a tenant in your application - typically each of your business customers. Organizations contain members, authentication settings, and RBAC policies that are isolated from other organizations.

Organization management

1

Create an organization

Create a new organization using the Create Organization endpoint:
Response:
2

Update organization settings

Configure authentication methods, MFA policies, and other settings using the Update Organization endpoint:
Key settings:
  • mfa_policy - Controls MFA requirements (OPTIONAL, REQUIRED_FOR_ALL)
  • auth_methods / allowed_auth_methods - Restrict which authentication methods members can use
  • email_jit_provisioning / email_allowed_domains - Configure automatic member provisioning by email domain
  • sso_jit_provisioning - Enable JIT provisioning for SSO connections
3

Search organizations

Find organizations by name, domain, or other criteria using the Search Organizations endpoint:

Trusted metadata

Organizations support trusted_metadata for storing application-specific data:
Metadata constraints:
  • Maximum 20 top-level keys
  • Cannot exceed 4KB in size
  • Backend integrations can read and write
  • Frontend integrations can only read
Do not store sensitive information (credit card details, etc.) in metadata.
See Metadata Update Behavior for how updates are merged.

Learn more

Organization object

Complete organization object reference

Configure auth methods

Set up organization authentication policies

JIT provisioning

Automatic member provisioning guide

Organization management

Comprehensive organization management guide