Server Code Access to _users?
I want to access the _users collection because I am keeping the user's mobile number there and I want to do a server-side SMS.
But when I try to make the call, I get:
You don't have permission to access system collections.
Even though I added server code to log in with user name and password (as a test) and have a valid sessionToken.
Is it not allowed to access _users collection with server code?