PUT /api/public/group/

Update user groups

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
[] Array Yes
[].id Integer No

Group id

[].group_type_id Integer No

Group type id. Defaults to id of group type "Groups"

[].name String No

Group name

[].is_peer_view Boolean No

Designates if it is peer view

[].is_peer_drilldown Boolean No

Designates if it is peer drilldown

[].skip_company_wide_questions Boolean No

Does not answer company-wide questions

[].member_ids[] Array No

List of user ids to be assigned as group members

[].is_priorities_access_on Boolean No

Designates if it priorities access is on

[].group_admins_ids[] Array No

List of user ids to be assigned as group admins

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.