Get user list by programId
GET/api/user/user/programId/:programId
API used to get user list by providing programId
Request
Responses
- 200
- 403
- 404
- 500
Returns the user list
Returns a HttpStatus.FORBIDDEN if the User does not have access to get the User list
Returns a HttpStatus.NOT_FOUND if the some of the underlying data does not match.
Internal error that prevented the retreival of user list