Skip to main content
GET
/
locations
/
{id}
/
users
Getting a list of users
curl --request GET \
  --url https://api.qminder.com/v1/locations/{id}/users \
  --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n  \"statusCode\": 200,\n  \"data\": [\n    {\n      \"id\": 891,\n      \"email\": \"[email protected]\",\n      \"firstName\": \"Test\",\n      \"lastName\": \"User\",\n      \"selectedLocation\": 4022\n    }\n  ]\n}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Path Parameters

id
integer<int32>
required

The ID of the Location to query

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200

data
object[]