Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Users with Litmos and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Show Inactive | Set to false to only return active users. |
| Parameter | Description |
|---|---|
| Direction | Direction to sort the records. |
| Limit | Total records to return, in the range 1-1000. |
| Search | A value by which to filter records. Up to 50 characters. |
| Start | Start record index. |
[
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Active": true,
"Email": "<string>",
"AccessLevel": "<string>",
"Brand": "<string>"
}
]
Was this page helpful?