Skip to main content
Retrieve a list of all agents.
External DocumentationTo learn more, visit the Teramind documentation.

Parameters

ParameterDescription
Include Deleted AgentsSelect to include deleted agents.

Example Output

[
	{
		"agent_id": 0,
		"account_id": 0,
		"email": "",
		"email_address": "",
		"first_name": "",
		"last_name": "",
		"salary": 0,
		"default_wage": 0,
		"yearly_wage": 0,
		"department_id": 0,
		"role": 0,
		"flags": 0,
		"position_id": 0,
		"deleted": 0,
		"last_web_login": 0,
		"tracking_profile": 0,
		"schedule_template_id": 0,
		"file": ""
	}
]

Workflow Library Example

List Agents with Teramind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop