Sets or updates the user-defined custom data (JSON blob) for a specific user within an organization. The provided JSON data is merged with the existing data. Requires JWT authentication. Users can update their own data; Admins/Owners can update any member's data.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://useraccounts.srblabs.io/api/v1/organizations//users//custom' \
--header'Content-Type: application/json' \
--data-raw'{}'