Common

The Directory API gives you access to Organizations, Accounts, Employees and Groups. Every Entity within the subsequent API calls must have an Organization attached and API calls must be made with a User specific JWT.

List all active agent profiles.

get
Responses
chevron-right
200

Success

application/json
namestringOptional

Agent name.

personastringOptional

Short description of the agent's role/persona.

avatarstringOptional

URL or identifier for agent's avatar image.

biostringOptional

Full biography of the agent.

titlestringOptional

Agent title or designation.

shortBiostringOptional

Short bio snippet for quick reference.

coordinatorbooleanOptional

Whether this agent is a coordinator (primary agent).

beanNamestringOptional

Internal bean name of the agent (context identifier).

get
/api/v1/agent/profiles

Last updated

Was this helpful?