ZITADEL Docs
APIsCore ResourcesV2Settings

Set Organization Settings

Sets the settings specific to an organization. Organization scopes usernames defines that the usernames have to be unique in the organization scope, can only be changed if the usernames of the users are unique in the scope.

Required permissions:

  • iam.policy.write
POST
/v2/settings/organization

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/v2/settings/organization" \  -H "Content-Type: application/json" \  -d '{}'
{
  "setDate": "2023-01-15T01:30:15.01Z"
}

Was this page helpful?