All REST Endpoints
Manage information for sites
The operations from the Manage information for sites category.
- Add a site
- Method: postPath:
/scim/{trialname}/2.0/groups - Get a list of sites
- Method: getPath:
/scim/{trialname}/2.0/groups - Get a site
- Method: getPath:
/scim/{trialname}/2.0/groups/{sitemnemonic} - Terminate or reinstate a site
- Method: patchPath:
/scim/{trialname}/2.0/groups - Update a site
- Method: putPath:
/scim/{trialname}/2.0/groups
Manage information for users
The operations from the Manage information for users category.
- Add a user
- Method: postPath:
/scim/{trialname}/2.0/users - Get a list of users
- Method: getPath:
/scim/{trialname}/2.0/users - Get user details
- Method: getPath:
/scim/{trialname}/2.0/users/{username} - Terminate or reinstate a user
- Method: patchPath:
/scim/{trialname}/2.0/users - Update a user
- Method: putPath:
/scim/{trialname}/2.0/users