Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 4.69 KB

File metadata and controls

10 lines (7 loc) · 4.69 KB

UpdateUserMetadataRequestBody

Fields

Field Type Required Description
PublicMetadata Dictionary<String, object> Metadata saved on the user, that is visible to both your frontend and backend.
The new object will be merged with the existing value.
PrivateMetadata Dictionary<String, object> Metadata saved on the user that is only visible to your backend.
The new object will be merged with the existing value.
UnsafeMetadata Dictionary<String, object> Metadata saved on the user, that can be updated from both the Frontend and Backend APIs.
The new object will be merged with the existing value.

Note: Since this data can be modified from the frontend, it is not guaranteed to be safe.