Skip to main content
Get the details of an agent by its ID.
External DocumentationTo learn more, visit the Teramind documentation.

Parameters

ParameterDescription
Agent FieldsSelect the agent fields to return.
Agent IDThe ID of the agent.

Example Output

{
	"agent_id": 100,
	"name": "Agent Name",
	"email_address": "agent@email.com",
	"avatar": "/img/default-user-avatar.png"
}

Workflow Library Example

Get Agent Data with Teramind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop