Set Organization Metadata
Deprecated: use organization service v2 SetOrganizationMetadata instead.
This endpoint either adds or updates a metadata value for the requested key. Make sure the value is base64 encoded.
Path Parameters
key*string
Request Body
application/json
value?string
Format
byte[key: string]?never
Response Body
application/json
curl -X POST "https://loading/metadata/string" \ -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?
Set Human Initial Password
Set Human Initial Password: Deprecated: use [user service v2 SetPassword](/reference/api/user/zitadel.user.v2.UserService.SetPassword) instead.
Set User Metadata
Set User Metadata: Deprecated: use [SetUserMetadata](/reference/api/user/zitadel.user.v2.UserService.SetUserMetadata) instead. This endpoint either adds or updates a metadata value for the requested key. Make sure th...