Skip to content

Fetch User Group

GET
/api/v1/developer/user_groups/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

User group 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
Variables
Key
Value

Samples

Powered by VitePress OpenAPI