cURL
curl --request GET \ --url https://api.qminder.com/v1/users/{id} \ --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n \"statusCode\": 200,\n \"id\": 111111,\n \"email\": \"[email protected]\",\n \"firstName\": \"Test\",\n \"lastName\": \"User\",\n \"selectedLocation\": 18588,\n \"roles\": [\n {\n \"id\": 1234,\n \"type\": \"ADMIN\"\n }\n ]\n}"
The ID or email of the User to query
200
111111
"[email protected]"
"Test"
"User"
18588
Show child attributes