How to Use Auth0's "ManagementClient" Module

Last Updated: Sep 24, 2024

Overview

This article clarifies what information is available on how to use Auth0’s “ManagementClient” module, including functions and usage examples. This library can be used within Actions, Rules, Hooks, and in customers’ application code.

Applies To

  • Management API
  • Auth0’s “ManagementClient” Module

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