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
Requiredstring
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
{
}