Skip to content

Fetch All User Groups

GET
/api/v1/developer/user_groups

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

User groups retrieved successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"full_name": "string",
  
  
  
"up_id": "string",
  
  
  
"up_ids": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI