Create desk

Creates a desk and assigns users to it.

Parameters. name (required): the desk name. userIds (required): the IDs of the users to assign to the desk.
Returns. { "userDesk": { ... } } with the created desk, including its id, name and userIds.
Example.

{ "name": "Desk-English", "userIds": [1] }
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the desk.

userIds
array of integers
required

An array of user IDs associated with the desk.

userIds*
Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json