Enable a specific connection for a given Organization. To enable a connection, it must already exist within your tenant; connections cannot be created through this action.
Connections represent the relationship between Auth0 and a source of users. Available types of connections include database, enterprise, and social.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization identifier.
50Single connection ID to add to the organization.
When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false.
Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true.
Organization connection successfully added.
ID of the connection.
When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true.
Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false.