Error create user API Admin access required

MADCOW3 years ago

I'm using the API but when I create a non-admin user, and I'm going to create another user, this error appears.
By traccar web I can create users, through common users, the problem is with the API.

can't parse JSON. Raw result:

Admin access required - SecurityException (PermissionsManager:167 < *:273 < UserResource:72 < ...)
Anton Tananaev3 years ago

Official web apps use exactly the same API, so if it works there it should work for you. If it doesn't work, you are doing something differently. Use browser developer tools to compare requests.

MADCOW3 years ago

Thanks Anton