API_User
4 years agoLevel 9
User API access not working in Prod
Getting this error:
{
"errors": [
{
"code": "403",
"message": "You are not authorized to access the api"
}
]
}
when trying to query /v1/users, what specific permission is required? I'm not a master admin, but all the other APIs works for me.