Returns a list of groups the user is a member of.

GET /policies/{policyId}/groups

Returns a list of groups the user is a member of.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Identifier

savepointIds

string

Savepoint Identifiers

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: object
}

Last updated

Was this helpful?