Update Organization
Update an Organization.
Path parameters
id
The Organization ID.
Request
This endpoint expects an object.
id
The Organization ID. Starts with org_...
.
displayName
A human-friendly name for the Organization.
createTime
When the Organization was created.
updateTime
When the Organization was last updated.
logInWithGoogle
Whether the Organization supports "Log in with Google".
logInWithMicrosoft
Whether the Organization supports "Log in with Microsoft".
logInWithGithub
Whether the Organization supports Log in with GitHub.
logInWithEmail
Whether the Organization supports "Log in with email".
logInWithPassword
Whether the Organization supports "Log in with password".
logInWithSaml
Whether the Organization supports "Log in with SAML".
logInWithAuthenticatorApp
Whether the Organization supports authenticator apps as a secondary auth factor.
logInWithPasskey
Whether the Organization supports passkeys as a secondary auth factor.
requireMfa
Whether the Organization requires a secondary auth factor.
scimEnabled
Whether the Organization has SCIM enabled.
customRolesEnabled
Whether the Organization’s Users can create Organization-specific Roles.
apiKeysEnabled
Whether API Keys are enabled for the Organization.
Response
OK
organization
The updated Organization.