Meeting scope for server to server oAuth

Im using the zoom api with the server to server credential generated from the zoom marketplace.

Im trying to do a POST /users/{user_id}/meetings, but im not able to do so and i got and error:
{
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:[meeting:write:meeting, meeting:write:meeting:admin].”
}

The problem is, when I tried to check the scopes in the zoom market place, im not able to find the meeting:write scope. Is there any solution for this matter?

Hey @Ariyadhana

Thanks for reaching out to us and welcome to the Zoom Developer Forum. I am happy to help here!

Please make sure that your user has the right settings/permissions added.
You can do this by heading to Admin tab > User Management > Roles and make sure the role your user is under has user permissions allowed to view and edit.

I actually can build new app in zoom market place, is that verify that i have the user right?