v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Update Organization

Update an Organization.

patch/v1/organizations/{id}

Path parameters

idstring required

The Organization ID.

Request body

idstring

The Organization ID. Starts with org_....

displayNamestring

A human-friendly name for the Organization.

createTimestring date-time

When the Organization was created.

updateTimestring date-time

When the Organization was last updated.

logInWithGoogleboolean

Whether the Organization supports "Log in with Google".

logInWithMicrosoftboolean

Whether the Organization supports "Log in with Microsoft".

logInWithGithubboolean

Whether the Organization supports Log in with GitHub.

logInWithEmailboolean

Whether the Organization supports "Log in with email".

logInWithPasswordboolean

Whether the Organization supports "Log in with password".

logInWithSamlboolean

Whether the Organization supports "Log in with SAML".

logInWithOidcboolean

Whether the Organization supports "Log in with OIDC".

logInWithAuthenticatorAppboolean

Whether the Organization supports authenticator apps as a secondary auth factor.

logInWithPasskeyboolean

Whether the Organization supports passkeys as a secondary auth factor.

requireMfaboolean

Whether the Organization requires a secondary auth factor.

scimEnabledboolean

Whether the Organization has SCIM enabled.

customRolesEnabledboolean

Whether the Organization's Users can create Organization-specific Roles.

apiKeysEnabledboolean

Whether API Keys are enabled for the Organization.

Response

OK