So I created 2 little applications to 1) read data from the logfiles and 2) to get a list of users.
The first one is working fine using the API
The second one returns
{
"errorCode" : "InsufficientPermissions",
"message" : "In order to call this API endpoint, application needs to have eReadAccounts] permission",
"errors" : {
"errorCode" : "CMN-401",
"message" : "In order to call this API endpoint, application needs to have oReadAccounts] permission",
"permissionName" : "ReadAccounts"
} ],
"permissionName" : "ReadAccounts"
}
I have tried all the possible permissions, including Read Accounts, with no luck. I even gave the app every permission available. Still the same.
Any ideas?