How to Use Auth0's 'ManagementClient' Module

Problem statement

Is there information available on how to use Auth0’s ManagementClient module including functions and usage examples? We noticed that this library can be used within Actions, Rules, Hooks, and in our application code.

Solution

For additional information on the ManagementClient Management API SDK, view the module library on Netlify. It shows the functions that can be used and examples. The Auth0 Management API is meant to be used by back-end servers or trusted parties performing administrative tasks. Generally speaking, anything that can be done through the Auth0 dashboard (and more) can also be done through this API.

1 Like