GET /policies/{policyId}/groups
GET
/policies/{policyId}/groups
Returns a list of groups the user is a member of.
policyId*
String
Selected policy ID.
{ content: application/json: schema: type: array items: type: object properties: id: type: string uuid: type: string role: type: string groupLabel: type: string groupName: type: string active: type: boolean }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }