Skip to main content

Get Group

GET 

/v2/group/:group_id

Get a group by group ID.Requires accountOrg:config:view or account:config:view permissions and for user to be in the same org as the group

Request

Path Parameters

    group_id uuidrequired

    Group ID

Responses

Successful Response

Schema

    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...