View Source Auth0.Management.Connections (Auth0Api v2.2.0)
Summary
Functions
Creates a new connection according to the JSON object received in body.
Create a scim configuration for a connection.
Create a scim token for a scim client.
Removes a specific connection from your tenant. This action cannot be undone. Once removed, users can no longer use this connection to authenticate.
Deletes a scim configuration by its connectionId.
Deletes a scim token by its connection id and tokenId.
Deletes a specified connection user by its email (you cannot delete all users from specific connection). Currently, only Database Connections are supported.
Retrieve details for a specified connection along with options that can be used for identity provider configuration.
Retrieves a scim configuration by its connectionId.
Retrieves a scim configuration's default mapping by its connectionId.
Retrieves all scim tokens by its connection id.
Retrieves the status of an ad/ldap connection referenced by its ID. 200 OK http status code response is returned when the connection is online, otherwise a 404 status code is returned along with an error message
Retrieves detailed list of all connections that match the specified strategy. If no strategy is provided, all connections within your tenant are retrieved. This action can accept a list of fields to include or exclude from the resulting list of connections.
Update details for a specific connection, including option properties for identity provider configuration.
Update a scim configuration by its connectionId.
Types
Functions
Creates a new connection according to the JSON object received in body.
see
https://auth0.com/docs/api/management/v2/connections/post-connections
Create a scim configuration for a connection.
see
https://auth0.com/docs/api/management/v2/connections/post-scim-configuration
Create a scim token for a scim client.
see
https://auth0.com/docs/api/management/v2/connections/post-scim-token
Removes a specific connection from your tenant. This action cannot be undone. Once removed, users can no longer use this connection to authenticate.
see
https://auth0.com/docs/api/management/v2/connections/delete-connections-by-id
Deletes a scim configuration by its connectionId.
see
https://auth0.com/docs/api/management/v2/connections/delete-scim-configuration
Deletes a scim token by its connection id and tokenId.
see
https://auth0.com/docs/api/management/v2/connections/delete-tokens-by-token-id
Deletes a specified connection user by its email (you cannot delete all users from specific connection). Currently, only Database Connections are supported.
see
https://auth0.com/docs/api/management/v2/connections/delete-users-by-email
Retrieve details for a specified connection along with options that can be used for identity provider configuration.
see
https://auth0.com/docs/api/management/v2/connections/get-connections-by-id
Retrieves a scim configuration by its connectionId.
see
https://auth0.com/docs/api/management/v2/connections/get-scim-configuration
Retrieves a scim configuration's default mapping by its connectionId.
see
https://auth0.com/docs/api/management/v2/connections/get-default-mapping
Retrieves all scim tokens by its connection id.
see
https://auth0.com/docs/api/management/v2/connections/get-scim-tokens
Retrieves the status of an ad/ldap connection referenced by its ID. 200 OK http status code response is returned when the connection is online, otherwise a 404 status code is returned along with an error message
see
https://auth0.com/docs/api/management/v2/connections/get-status
Retrieves detailed list of all connections that match the specified strategy. If no strategy is provided, all connections within your tenant are retrieved. This action can accept a list of fields to include or exclude from the resulting list of connections.
see
https://auth0.com/docs/api/management/v2/connections/get-connections
Update details for a specific connection, including option properties for identity provider configuration.
see
https://auth0.com/docs/api/management/v2/connections/patch-connections-by-id
Update a scim configuration by its connectionId.
see
https://auth0.com/docs/api/management/v2/connections/patch-scim-configuration