I created a user in Domino server as a Manager and also enabled Domino Data Access. But when I tried to call the http://{host}/{database}/api/calendar/events
from the web browser, I could not be authenticated. Whereas, the Full administrator user was able to successfully call the api which means the endpoint has no issue. Is there some setting I need to enable for this user to be able to login and view the json response?
Asked
Active
Viewed 1,034 times
0

ArchieTiger
- 113
- 7
-
Try using the same user to open the database at the UI level instead of with the rest API. What happens? – rhsatrhs Jan 17 '18 at 01:20
-
@rhsatrhs, user still cannot authenticate at UI level – ArchieTiger Jan 18 '18 at 13:42
1 Answers
0
You have a problem with that user's permissions. It's either an ACL problem or a server-level access problem. Use the "Effective Access" button in the ACL, select that user name from the directory, and find out what the user's access to the database really is. If you are correct and the user does have Manager access, then check your server's configuration and make sure that the user is on the Access Server list and not on the Not Access Server list. See here and here.

rhsatrhs
- 200
- 2
- 8