Skip to main content

Update Group

PUT 

/v2/group/:group_id

Update a group by group ID.Requires accountOrg:config:edit or account:config:edit permissions and to be in the same org as the group

Request

Path Parameters

    group_id uuidrequired

    Group ID

Body

required

    org_group_name Org Group Name (string)

    Name of the group

    description Description (string)

    Description for this group

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