cURL
curl --request POST \ --url https://api.qminder.com/v1/users/{id}/desk \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data '{ "desk": 123 }'
"{\n \"statusCode\": 200\n}"
The ID of the User to change the desk for
The ID of the desk to select. The desk has to be in the User's selected location.
200