APIEmployees
List employees
Retrieves a list of employees for the authenticated workspace.
curl -X GET "https://api.agent-brains.com/employees"[
{
"id": "string",
"name": "string"
}
]Retrieves a list of employees for the authenticated workspace.
curl -X GET "https://api.agent-brains.com/employees"[
{
"id": "string",
"name": "string"
}
]