Skip to main content
Get a list of users that are assigned to an app by the app ID. Required Scope: Manage all or Read All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
App IDThe ID of an OneLogin application.
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

[
	{
		"firstname": "Bob",
		"id": 29260307,
		"email": "[email protected]",
		"lastname": "Ross",
		"username": "bobross"
	},
	{
		"firstname": "Sally",
		"id": 35665909,
		"email": "[email protected]",
		"lastname": "Gates",
		"username": "sallyg"
	}
]

Workflow Library Example

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