XF 2.2 API calls are working except for users.

surfsup

Well-known member
API is not working for users, saying the following below but the user is has 'ALL SCOPES' checked showing full access? How to fix this?

{
"errors": [
{
"code": "do_not_have_permission",
"message": "You do not have permission to view this page or perform this action.",
"params": []
 
Top Bottom