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.
Retrieves a list of users.
Example Output
{
"totalSize": 1,
"done": true,
"records": [
{
"attributes": {
"type": "User",
"url": "/services/data/v57.0/sobjects/User/001D000000IqhSLIAZ"
},
"Id": "001D000000IqhSLIAZ",
"Name": "Example User",
"Email": "example@mail.com",
"UserType": "Standard",
"IsActive": true
}
]
}
Workflow Library Example
List Users with Salesforce and Send Results Via Email