Default default tenenant

I’m student and using free plan and i want using api for creare, update user. Can I create this by having the default tenant?

Hi @misunderstoodgenius9,

Welcome to the Auth0 Community!
With the free plan, you are able to use the buillt-in Auth0 Management API from your tenant and the Management API with lower rate limits compared with the paid plans. The create:users and update:users permissions are included in the standard API. You can view the rate limits in this following documentation.

Have a great one!
Gerald

But i want create users that have a role purchase and create custom permission like read:pharma_house . The admin can be create with api new user.

For creating custom Scopes for your API, you can look to Register APIs and set up a new one.
If you need to implement user roles as well, this can be accomplished thorough Role-Based Access Control, which can then be enabled for your API. This way, the role and permission assignments will be evaluated during the login transaction when calling the API.

Hope that helps!
Gerald