Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization identifier.
50Page index of the results to return. First page is 0.
x >= 0Number of results per page. Defaults to 50.
1 <= x <= 100Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Connections successfully retrieved.
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.