ZITADEL Docs
APIsCore ResourcesV2Organization

ActivateOrganization

Activate Organization

Set the state of my organization to active. The state of the organization has to be deactivated to perform the request. Users of this organization will be able to log in again.

Required permission:

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

Path Parameters

organization_id*string

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

Response Body

application/json

application/json

curl -X POST "https://loading/v2/organizations/string/activate"
{
  "changeDate": "1s"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?