Skip to content
UniFi Access API Docs
Search
K
Main Navigation
詳細文檔
API 快速查找
使用指南
繁體中文
English
繁體中文
English
Appearance
Menu
Return to top
Assign User to User Group
POST
/api/v1/developer/user_groups/{id}/users
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
[
"string"
]
Responses
200
400
401
403
Users assigned to group successfully
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
"string"
,
"msg"
:
"string"
}
POST
/api/v1/developer/user_groups/{id}/users
Playground
Server
Select a server...
Authorization
bearerAuth
Variables
Key
Value
id
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI