Skip to main content
GET
/
api
/
v1
/
user
Get user list
curl --request GET \
  --url https://in.rough.app/api/v1/user
[
  {
    "id": "<string>",
    "email": "<string>",
    "name": "<string>",
    "imageSet": {
      "16": "<string>",
      "32": "<string>",
      "64": "<string>",
      "128": "<string>",
      "256": "<string>"
    },
    "isDemoAccount": true
  }
]

Response

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