Skip to content

Create User Group

POST
/api/v1/developer/user_groups

Authorizations

bearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"name": "Engineering Team",
  
"up_id": "550e8400-e29b-41d4-a716-446655440000"
}

Responses

User group created successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI