Makes the selected group active. if UUID is not set then returns the user to the default sta
POST /policies/{policyId}/groups
Makes the selected group active. if UUID is not set then returns the user to the default state.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy Identifier
Response
{
description: Successful operation.
content:
application/json:
schema:
type: object
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated