云桌面 WORKSPACE-查询用户组中的用户:响应示例

时间:2025-02-28 14:34:15

响应示例

状态码:200

组关联的用户列表响应。

{
  "total_count" : 2,
  "users" : [ {
    "user_name" : "user1",
    "user_email" : "xx1@mail.com",
    "user_phone" : "18818008887",
    "id" : "8357fd328c62447d94e452bf49xxxx"
  }, {
    "user_name" : "user2",
    "user_email" : "xx2@mail.com",
    "user_phone" : "18818008888",
    "id" : "8357fd328c62447d94e452bf495xxxx"
  } ]
}
support.huaweicloud.com/api-workspace/ListUsersOfGroup.html