setOrganizationSettings method
ResponseFuture<SetOrganizationSettingsResponse>
setOrganizationSettings(
- SetOrganizationSettingsRequest request, {
- CallOptions? options,
Set Organization Settings
Deprecated: please move to the corresponding endpoint under settings service v2. This endpoint will be removed with the next major version of ZITADEL.
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
Implementation
$grpc.ResponseFuture<$0.SetOrganizationSettingsResponse>
setOrganizationSettings(
$0.SetOrganizationSettingsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setOrganizationSettings, request,
options: options);
}