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: get
Path: /ec-auth-svc/rest/v1.0/authusers
[Deprecated]: Get user details by user ID
Method: get
Path: /ec-auth-svc/rest/v1.0/authusers/{userid}
Bulk user effective dates update
Method: put
Path: /ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/effectivedates
Bulk user roles update
Method: put
Path: /ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/roles
Bulk user sites update
Method: put
Path: /ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/users/sites
Create and assign bulk users
Method: post
Path: /ec-auth-svc/rest/v1.0/authusers/studies/{StudyID}/bulk
Delete user attributes by user ID
Method: delete
Path: /ec-auth-svc/rest/v1.0/authusers/{userid}/locale
Get a global user's details by user ID
Method: get
Path: /ec-auth-svc/rest/v1.0/globalusers/{userid}
Get all active and inactive users per study
Method: get
Path: /ec-auth-svc/rest/v1.0/authusers/study/{StudyID}
Get all active users for a study with study roles and email address
Method: post
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/{mode}/users/studyroles
Get all study users' details
Method: get
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/users/detail
Get all users for a study
Method: get
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/paginatedUsers
Get all users for a study mode
Method: post
Path: /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: get
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/siteDepot/users
Get requested active users for a study with study roles and email address
Method: post
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/users
Get user language by user ID
Method: get
Path: /ec-auth-svc/rest/v1.0/authusers/{userid}/language
Get users for a depot
Method: get
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/depots/{depotId}/users
Get users for a site
Method: get
Path: /ec-auth-svc/rest/v1.0/authstudies/{StudyID}/sites/{siteId}/users
Get Users for Notification Right
Method: get
Path: /ec-auth-svc/rest/v1.0/notifications/{rightname}/users
Get users for rights list
Method: get
Path: /ec-auth-svc/rest/v1.0/userinfo/bulk
Get users with a certain role
Method: get
Path: /ec-auth-svc/rest/v1.0/users/role/{role}
Update auth user attributes by user ID
Method: put
Path: /ec-auth-svc/rest/v1.0/authusers/{userid}/locale
Verify Right Name
Method: get
Path: /ec-auth-svc/rest/v1.0/rightname/{rightname}