Skip to main content
Get a list of applications assigned to a role by its ID. Required Scope: Manage All, Read All, or Read Users.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
AssignedSelect to return apps that are assigned to the role.
PageThe page number to get results from. The value must be greater than 0.
Per PageThe maximum number of results to return per page.
Return All PagesAutomatically fetch all resources, page by page.
Role IDThe ID of the role.

Example Output

[
	{
		"id": 345,
		"name": "Dropbox",
		"icon_url": "https://example.com/icon.png"
	}
]

Workflow Library Example

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