Returns a list of all the users.

Example Output

{
	"1": {
		"id": 1,
		"employeeId": 1,
		"firstName": "John",
		"lastName": "Doe",
		"email": "john.doe@bamboohr.com",
		"status": "enabled",
		"lastLogin": "2011-03-19T10:16:00+00:00"
	},
	"2": {
		"id": 2,
		"firstName": "Jane",
		"lastName": "Doe",
		"email": "jane.doe@bamboohr.com",
		"status": "enabled",
		"lastLogin": "2011-08-29T11:17:43+00:00"
	}
}

Workflow Library Example

Get All Users with Bamboohr and Send Results Via Email

Preview this Workflow on desktop