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”.

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.

Response

OK

organizationobjectOptional

The updated Organization.

Errors