Manages groups for a user. A default group cannot be passed to this method.
user_id required | string <uuid> 用户ID。可以在发布商帐户 > 登录管理器设置 > 用户 > 用户名/ID 中找到它。 |
project_id required | string <uuid> 发布商帐户中的登录管理器项目ID。 |
确定
错误的请求
未授权
未找到
无法处理的实体
{- "add_user_groups": [
- 1,
- 2,
- 3
], - "remove_user_groups": [
- 4,
- 5,
- 6
]
}
[- {
- "id": 0,
- "is_default": true,
- "is_deletable": true,
- "name": "string"
}
]