Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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": "bob.ross@onelogin.com",
		"lastname": "Ross",
		"username": "bobross"
	},
	{
		"firstname": "Sally",
		"id": 35665909,
		"email": "sally@onelogin.com",
		"lastname": "Gates",
		"username": "sallyg"
	}
]

Workflow Library Example

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