RETURN A LIST OF GROUPS THE USER IS A MEMBER OF
Returns a list of groups the user is a member of.
Returns a list of groups the user is a member of.
{
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
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}