Groups

Number of APIs: 8

The User Groups endpoint allows you to programmatically create and manage the groups of users allowed to access and edit libraries. These groups apply to users of Qualtrics tools to create library content (not to contacts, who would receive that content).

Contact Support: Name: Support

  1. groups-{groupId}-members - Add User to Group POST {{baseUrl}}/groups/:groupId/members

  2. groups - List Groups GET {{baseUrl}}/groups?divisionId=DV_1wWJGVsIvfDd&offset=0

  3. groups-{groupId} - Get Group GET {{baseUrl}}/groups/:groupId

  4. groups-{groupId} - Update Group PUT {{baseUrl}}/groups/:groupId

  5. groups - Create Group POST {{baseUrl}}/groups

  6. groups-{groupId}-members - Remove User From Group DELETE {{baseUrl}}/groups/:groupId/members/:userId

  7. groups-{groupId} - Delete Group DELETE {{baseUrl}}/groups/:groupId

  8. groups-{groupId}-members - List Users in Group GET {{baseUrl}}/groups/:groupId/members?offset=0