cURL
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\": \"test-user@qminder.com\",\n \"firstName\": \"Test\",\n \"lastName\": \"User\",\n \"selectedLocation\": 4022\n }\n ]\n}"
Documentation IndexFetch the complete documentation index at: https://developer.qminder.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the Location to query
200
Show child attributes