Managing Connections via Auth0 APIs

Overview

This guide outlines how to use the Auth0 Management API to create, retrieve, and manage connections. Auth0 provides robust APIs to manage connections programmatically, enabling developers to automate and customize their identity management workflows.

Applies To

  • Management API
  • Connections

Cause

Solution

Enterprise configurations can be managed and updated using the Management API.

  • Connections can be created using the Create a connection endpoint.
    1. Use the Get a connection endpoint to get the connection body
    2. Next, use the body of the connection from the previous endpoint and update it with Update a connection endpoint to update any configuration for the enterprise connection.
      • NOTE: Remove the following from the body: “id”: “con_id”,“strategy”: “”,“name”: “”,“realms”: [“”], )

Related References