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

Workflow Library

Preview this Workflow on desktop