Auth0.Management.Connections (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Connections.

endpoint

  • /api/v2/connections
  • /api/v2/connections/{id}
  • /api/v2/connections/{id}/status
  • /api/v2/connections/{id}/users

Link to this section Summary

Functions

Create a connection.

Delete a connection.

Delete a connection user.

Get a connection.

Check connection status.

Get all connections.

Update a connection.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Specs

Create a connection.

see

https://auth0.com/docs/api/management/v2/#!/Connections/post_connections

Specs

delete(id(), config()) :: {:ok, String.t(), response_body()} | error()

Delete a connection.

see

https://auth0.com/docs/api/management/v2/#!/Connections/delete_connections_by_id

Link to this function

delete_users(id, params, config)

View Source

Specs

Delete a connection user.

see

https://auth0.com/docs/api/management/v2/#!/Connections/delete_users_by_email

Specs

Get a connection.

see

https://auth0.com/docs/api/management/v2/#!/Connections/get_connections_by_id

Specs

get_status(id(), config()) :: {:ok, boolean(), response_body()} | error()

Check connection status.

see

https://auth0.com/docs/api/management/v2/#!/Connections/get_status

Specs

Get all connections.

see

https://auth0.com/docs/api/management/v2/#!/Connections/get_connections

Link to this function

update(id, params, config)

View Source

Specs

Update a connection.

see

https://auth0.com/docs/api/management/v2/#!/Connections/patch_connections_by_id