Set User Metadata
Deprecated: use SetUserMetadata instead.
This endpoint either adds or updates a metadata value for the requested key. Make sure the value is base64 encoded.
Path Parameters
id*string
key*string
Request Body
application/json
value?string
Format
byte[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/metadata/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Set Organization Metadata
Set Organization Metadata: Deprecated: use [organization service v2 SetOrganizationMetadata](/reference/api/org/zitadel.org.v2.OrganizationService.SetOrganizationMetadata) instead. This endpoint either adds or updates a meta...
Set User Password
Set User Password: Deprecated: use [user service v2 SetPassword](/reference/api/user/zitadel.user.v2.UserService.SetPassword) instead.