v2.0 REST Endpoints
Users, Permissions and Roles/Users/v2.0
The operations from the Users, Permissions and Roles/Users/v2.0 category.
-
[Deprecated]: Get all users for a study - Method: getPath:
/ec-auth-svc/rest/v2.0/authstudies/{studyId}/users
-
[Deprecated]: Get global roles users - Method: getPath:
/ec-auth-svc/rest/v2.0/globalroles/users
-
[Deprecated]: Get global users unassigned to a study - Method: getPath:
/ec-auth-svc/rest/v2.0/globalroles/users/unassigned
- Associate a user with a study role
- Method: putPath:
/ec-auth-svc/rest/v2.0/authusers/{userid}/studies/{studyId}
- Get a global user's details by user ID
- Method: getPath:
/ec-auth-svc/rest/v2.0/globalusers/{userid}
- Get all active users for a study with study roles and email address
- Method: postPath:
/ec-auth-svc/rest/v2.0/authstudies/{studyId}/{mode}/users/studyroles
- Get all unassigned users for a study
- Method: getPath:
/ec-auth-svc/rest/v2.0/authstudies/{studyId}/users/unassigned
- Get global users
- Method: getPath:
/ec-auth-svc/rest/v2.0/globalusers
- Get list of users
- Method: getPath:
/ec-auth-svc/rest/v2.0/authusers
- Get user details by user ID
- Method: getPath:
/ec-auth-svc/rest/v2.0/authusers/{userid}
- Get users for rights list
- Method: getPath:
/ec-auth-svc/rest/v2.0/userinfo/bulk