Skip to main content
Get a list of connectors with optional filtering. Required Scope: Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Auth MethodThe type of the authentication method to filter the results by.
Connector NameThe name or partial name of the connector to search for. Wildcards (*) are supported.
PageThe page number to get results from. The value must be greater than 0.
Per PageThe maximum number of items to return per page. Valid range is 1-1000.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
	{
		"id": 114099,
		"name": "Amazon Connect",
		"auth_method": 2,
		"allows_new_parameters": false,
		"icon_url": "https://cdn-shadow.onlgn.net/images/icons/square/amazonConnect/old_original.png"
	},
	{
		"id": 50534,
		"name": "Amazon Web Services (AWS) Multi Role",
		"auth_method": 2,
		"allows_new_parameters": true,
		"icon_url": "https://cdn-shadow.onlgn.net/images/icons/square/amazonwebservices3multirole/old_original.png"
	}
]

Workflow Library Example

List Connectors with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop