Update Organization

Update an Organization.

Path parameters

idstringRequired
The Organization ID.

Request

This endpoint expects an object.
idstringOptional

The Organization ID. Starts with org_....

displayNamestringOptional

A human-friendly name for the Organization.

createTimedatetimeOptional
When the Organization was created.
updateTimedatetimeOptional
When the Organization was last updated.
logInWithGooglebooleanOptional
Whether the Organization supports "Log in with Google".
logInWithMicrosoftbooleanOptional
Whether the Organization supports "Log in with Microsoft".
logInWithGithubbooleanOptional
Whether the Organization supports Log in with GitHub.
logInWithEmailbooleanOptional
Whether the Organization supports "Log in with email".
logInWithPasswordbooleanOptional
Whether the Organization supports "Log in with password".
logInWithSamlbooleanOptional
Whether the Organization supports "Log in with SAML".
logInWithAuthenticatorAppbooleanOptional
Whether the Organization supports authenticator apps as a secondary auth factor.
logInWithPasskeybooleanOptional
Whether the Organization supports passkeys as a secondary auth factor.
requireMfabooleanOptional
Whether the Organization requires a secondary auth factor.
scimEnabledbooleanOptional
Whether the Organization has SCIM enabled.
customRolesEnabledbooleanOptional

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

apiKeysEnabledbooleanOptional
Whether API Keys are enabled for the Organization.

Response

OK
organizationobject or null
The updated Organization.

Errors