For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
}

Last updated