ZITADEL Docs
APIsCore ResourcesV2Organization

Update Organization

Change the name of the organization.

Required permission:

  • org.write
POST
/v2/organizations/{organization_id}

Path Parameters

organization_id*string

OrganizationID is the unique identifier of the organization to be updated.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/v2/organizations/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "changeDate": "2023-01-15T01:30:15.01Z"
}

Was this page helpful?