Updated on 2026-06-23 GMT+08:00

Assigning a Desktop to a User

Description

You can call the Assigning a Desktop to a User API to assign a desktop to a user. For details about the parameters for assigning a desktop to a user, see Table 2.

For example:

{
  "desktops": [
    {
      "desktop_id": "d22cc78d-70ad-48a1-a57d-e81dd8e68528",
      "user_name": "xxxxxxx",
      "user_id": "e43437ed0b5f48c393dfdb76f8b8946c",
      "user_email": "xxxxxx@xxxxx.com"
    }]
}

If status code 200 is returned, the request is successful.