Groups REST Endpoints
Groups
The Groups REST API services supports groups for partner organizations and the host company via REST API services.
- Bulk Update Users within Groups
- Method: patchPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/users - Create a Group for Host Company or Partner Organization
- Method: postPath:
/rest/v19/companies/{companyLoginName}/groups - Get a Group for Host Company or Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName} - Get All Access Segments for a Group
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments - Get All Groups
- Method: getPath:
/rest/v19/groups - Get All Users of a Group
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/users - Get Data Table Access Rights
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_dataTables/folders/{folderVarName}/accessRights - Get Groups for the Host Company or for a Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups - Get Pricing Access Rights for a Group
- Method: getPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/subSegments/{segmentVarName}/accessRights - Update a Group for Host Company or Partner Organization
- Method: putPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName} - Update Data Tables Access Rights for a Group
- Method: postPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_dataTables/actions/updateAccessRights - Update Group Access Segments for a Group
- Method: patchPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments - Update Pricing Access Rights for a Group
- Method: postPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/actions/updateAccessRights - Update Specific Group Details for the Host Company or Partner Organization
- Method: patchPath:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}