Check for user access to specified programIds
POST/api/acl/aclTest
API used to check for user access to specified programIds
Request
Responses
- 200
- 403
- 500
Returns a true if user has access and false if user does not access
Returns a HttpStatus.FORBIDDEN if the User does not have access to get the program
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete