Retrieves the user-defined custom data (JSON blob) associated with a specific user within an organization. Requires JWT authentication. Users can get their own data; Admins/Owners can get any member's data.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://useraccounts.srblabs.io/api/v1/organizations//users//custom'
Response Response Example
200 - Example 1
{}
Request
Path Params
Responses
🟢200OK
application/json
User's custom data (wrapped in 'data' field, or {} if empty)