cURL
curl --request GET \ --url https://in.rough.app/api/v1/user/{userId}
{ "id": "<string>", "email": "<string>", "name": "<string>", "imageSet": { "16": "<string>", "32": "<string>", "64": "<string>", "128": "<string>", "256": "<string>" }, "isDemoAccount": true }
Get a user
current
1
Show child attributes
Was this page helpful?