ZITADEL Docs
APIsCore ResourcesV1Organization Objects

BulkSetUserMetadata

Bulk Set User Metadata

Deprecated: use SetUserMetadata instead.

Add or update multiple metadata values for a user. Make sure the values are base64 encoded.

POST
/users/{id}/metadata/_bulk

Path Parameters

id*string

Request Body

application/json

metadata?
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/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?