ZITADEL Docs
APIsCore ResourcesV1Organization Objects

UpdateOrg

Update Organization

Deprecated: use organization service v2 UpdateOrganization instead.

Change the name of the organization.

PUT
/orgs/me

Request Body

application/json

name*string
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/orgs/me" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?