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'
}PreviousReturns a list of groups the user is a member of.NextGet policy documents. Only users with the Standard Registry role are allowed to request this
Last updated
Was this helpful?