ZITADEL Docs
APIsCore ResourcesV1Organization Objects

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

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?