External DocumentationTo learn more, visit the Salesforce documentation.
Actions
List Users
Retrieves a list of users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"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
}
]
}
Was this page helpful?