Skip to main content

Get All Groups

GET 

/v2/group

Get all groups.Requires accountOrg:config:view or account:config:view permissions and for user to be in the same org as the groups

Request

Query Parameters

    org_id uuid

    The ID of the Org to which these groups belong

Responses

Successful Response

Schema

  • Array [

  • org_group_name Org Group Name (string)

    Name of the organization group

    org_id uuidrequired

    Organization ID for this group

    description Description (string)

    Description for this group

    group_id uuidrequired

    ID of the group

  • ]

Loading...