Actions
List Users
Return a list of users in a OneLogin account. This call returns up to 50 users per page.
To learn more, visit the OneLogin documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter by the email of the user. | |
First Name | Filter by the first name of the user. |
Last Name | Filter by the last name of the user. |
Username | Filter by the username of the user. |
Advanced Parameters
Parameter | Description |
---|---|
AD Login Name | Filter by the the AD Login name of the user. |
App ID | Filter by the ID of an OneLogin application. |
Created Since | Returns all users created after a given date & time. |
Created Until | Returns all users created before a given date & time. |
Directory ID | Filter by the ID of the directory that the user belongs to. |
External ID | Filter by an external ID that has been set on the user. |
Fields | A comma separated list or a json list of user attributes to return. |
Last Login Since | returns all users that logged in after a given date & time. |
Last Login Until | Returns all users that logged in before a given date & time. |
Updated Since | Returns all users updated after a given date & time. |
Updated Until | Returns all users updated before a given date & time. |
User IDs | Filter by a comma seperated list of User IDs. Can be obtained by using the List Users action. |
Example Output
Workflow Library Example
List Users with Onelogin and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?