Manage All, Read All, or Read Users.
External DocumentationTo learn more, visit the OneLogin documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage All, Read All, or Read Users.
| Parameter | Description |
|---|---|
| App ID | The ID of the app to filter by. |
| App Name | The name of the app to filter by. |
| Fields | The fields to return in the result. |
| Page | The page number to get results from. The value must be greater than 0. |
| Per Page | The maximum number of items to return per page. Valid range is 1-650. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Role Name | The name of the role to filter by. |
[
{
"id": 123,
"name": "Sample Role",
"apps": [
123,
456
]
}
]
Was this page helpful?