I’m having the same issue, I have an account level app with these scopes:
“dashboard_meetings:read:admin meeting:read:admin meeting:write:admin user:read:admin user:write:admin”
But when trying to create a new user through the https://api.zoom.us/v2/users endpoint I get this message:
{“code”:4700,“message”:“Invalid access token, does not contain scopes: [user:write:admin, user:write, zms:user:write].”}