How management user roles permissions without management api tokens

Is there any way I can manage users, roles, permissions etc without using management api token or management api in auth0 because in essential plan we only get 1000 tokens or even in enterprise plan we get 5000. For a enterprise solution even 5000 token would be less for performing user management operations.

Or am I confusing m2m tokens with management api tokens.

Hi @sofauth

Welcome to the Auth0 Community!

To reduce number of used tokens for your tenant I would suggest caching tokens and reuse them. We have a seperate knowledge solutions regarding this problem

And on top of it our community team member created and tested a code snippet for that Caching M2M access token in Actions - #4 by rueben.tiow

Let me know if that solves your issue.

Thanks
Dawid