Check for user access to specified programIds using query
POST/api/acl/aclTestQuery
API used to check for user access to specified programIds using query
Request
Responses
- 200
- 403
- 500
Returns a List of program if user has 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