Update Organization
Deprecated: use organization service v2 UpdateOrganization instead.
Change the name of the organization.
curl -X PUT "https://loading/orgs/me" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update OIDC Application Config
Update OIDC Application Config: Deprecated: Use [PatchApplication](/reference/api/application/zitadel.application.v2.ApplicationService.UpdateApplication) instead to update the config of an OIDC app. Update the OIDC specific conf...
Update Organization Member
Update Organization Member: Deprecated: use [UpdateAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.UpdateAdministrator) instead. Members are users with permission to ...