Server to Server OAuth: Scopes missing

We just try to migrate from JWT to server to server oauth for the Zoom integration in Moodle. But Moodle is missing some scopes:
Connection failed: Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write]

When adding scopes i can choose between these three scopes and activated user:read:admin and user:write:admin

user:master
user:read:admin
user:write:admin

But user:read and user:write are still missing.

It’s an account level app and my account is the owner.

The Zoom Plugin for moodle is up-to-date

Best
Andreas

I believe the user:read, user:write scopes are valid for user managed level zoom apps.

I didn’t had the rights for editing Server-to-server OAuth Apps as an owner. I gave the permissions to an admin role and made a new app. Now it works fine.