Management API usage

Hi Everyone ,
We are planning to use Auth0 for our application, the usecase is that we would have a bunch of users created in Auth0 with one being the admin , now in my application when this user with admin role/permission logs in i want to show him the list of all the users that exist in auth0 and give the capability to delete/update them , what what i saw we need to use the management API for this , but i am struggling to understand how can i do that .

For now i have setup a XYZ Web App and XYZ API in Auth0 , and added permissions to the XYZ API and user , how should i configure the management API now .

When the admin user logs in will the token contain permissions to access management API ? or would we need to make some change to achieve this ?