Skip to main content
GET
/
api
/
v1
/
user
/
{userId}
Get user
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
}

Path Parameters

userId
required
Available options:
current

Response

id
string
required
email
string
required
Minimum length: 1
isDemoAccount
boolean
required
name
string
imageSet
object