v1.0 REST Endpoints
Users, Permissions and Roles/Users/v1.0
The operations from the Users, Permissions and Roles/Users/v1.0 category.
-
[Deprecated]: Get list of users - Method: getPath:
/ec-auth-svc/rest/v1.0/authusers -
[Deprecated]: Get user details by user ID - Method: getPath:
/ec-auth-svc/rest/v1.0/authusers/{userid} - Bulk user effective dates update
- Method: putPath:
/ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/effectivedates - Bulk user roles update
- Method: putPath:
/ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/roles - Bulk user sites update
- Method: putPath:
/ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/sites - Create and assign bulk users
- Method: postPath:
/ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/bulk - Delete user attributes by user ID
- Method: deletePath:
/ec-auth-svc/rest/v1.0/authusers/{userid}/locale - Get a global user's details by user ID
- Method: getPath:
/ec-auth-svc/rest/v1.0/globalusers/{userid} - Get all active and inactive users per study
- Method: getPath:
/ec-auth-svc/rest/v1.0/authusers/study/{StudyID} - Get all active users for a study with study roles and email address
- Method: postPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/{mode}/users/studyroles - Get all study users' details
- Method: getPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/users/detail - Get all users for a study
- Method: getPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/paginatedUsers - Get all users for a study mode
- Method: postPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/userdetails - Get all users who has access to site and depot for a study as logged in user
- Method: getPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/siteDepot/users - Get requested active users for a study with study roles and email address
- Method: postPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/users - Get user language by user ID
- Method: getPath:
/ec-auth-svc/rest/v1.0/authusers/{userid}/language - Get users for a depot
- Method: getPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/depots/{depotId}/users - Get users for a site
- Method: getPath:
/ec-auth-svc/rest/v1.0/authstudies/{StudyID}/sites/{siteId}/users - Get Users for Notification Right
- Method: getPath:
/ec-auth-svc/rest/v1.0/notifications/{rightname}/users - Get users for rights list
- Method: getPath:
/ec-auth-svc/rest/v1.0/userinfo/bulk - Get users with a certain role
- Method: getPath:
/ec-auth-svc/rest/v1.0/users/role/{role} - Update auth user attributes by user ID
- Method: putPath:
/ec-auth-svc/rest/v1.0/authusers/{userid}/locale - Verify Right Name
- Method: getPath:
/ec-auth-svc/rest/v1.0/rightname/{rightname}