Set User Metadata
POST/v2/users/:userId/metadata
Sets a list of key value pairs. Existing metadata entries with matching keys are overwritten. Existing metadata entries without matching keys are untouched. To remove metadata entries, use DeleteUserMetadata. For HTTP requests, make sure the bytes array value is base64 encoded.
Required permission:
user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- default
A successful response.
User not found
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.