Skip to content
UniFi Access API Docs
Search
K
Main Navigation
Detailed Docs
API Quick Search
Usage
English
繁體中文
English
繁體中文
Appearance
Menu
Return to top
Fetch All User Groups
GET
/api/v1/developer/user_groups
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
400
401
403
User groups retrieved successfully
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
"string"
,
"msg"
:
"string"
,
"data"
:
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"full_name"
:
"string"
,
"up_id"
:
"string"
,
"up_ids"
:
[
"string"
]
}
]
}
GET
/api/v1/developer/user_groups
Playground
Server
Select a server...
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI