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
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousReturns a policy navigationNextMakes the selected group active. if UUID is not set then returns the user to the default sta
Last updated
Was this helpful?