Why I can't read from user collection?
I'm getting this error:
{
"status":"403 Forbidden",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"DBSQ254",
"description":"You don't have permission to access system collections."
}
}
Tried by supplying the session token and _id of user to a user read service, even tried with only _id an donly session and without both.