Skip to main content
Get a list of all apps. Required Scope: Manage All or Read All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
App NameThe name or partial name of the app to search for.

Note: When using a partial name you must append a wildcard *.

For Example: workday*.
Auth MethodThe type of the authentication method to filter the results by.
Connector IDThe specific connector ID. Can be obtained using List Connectors action.
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": 1061937,
		"connector_id": 50534,
		"auth_method": 2,
		"auth_method_description": "SAML2.0",
		"name": "Amazon Web Services (AWS) Multi Role",
		"description": "",
		"updated_at": "2020-01-14T21:21:06Z",
		"created_at": "2020-01-14T21:21:06Z",
		"visible": true
	}
]

Workflow Library Example

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