ZITADEL Docs
APIsCore ResourcesV1Organization Objects

BulkSetOrgMetadata

Bulk Set Organization Metadata

Deprecated: use organization service v2 SetOrganizationMetadata instead.

This endpoint sets a list of metadata to the organization. Make sure the values are base64 encoded.

POST
/metadata/_bulk

Request Body

application/json

metadata?
[key: string]?never

Response Body

application/json

application/json

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

Was this page helpful?