Skip to content

Assign Access Policy to User Group

PUT
/api/v1/developer/user_groups/{id}/access_policies

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"access_policy_ids": [
  
  
"string"
  
]
}

Responses

Access policy assigned to group successfully

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

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI