ZITADEL Docs
APIsCore ResourcesV1Organization Objects

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?array<>
[key: string]?never

Response Body

application/json

curl -X POST "https://loading/metadata/_bulk" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?