---
title: "broker agent"
method: POST
path: "/v{version}/brokers/{id}/agents"
tags: ["Broker"]
---

# broker agent

`POST /v{version}/brokers/{id}/agents`

Scopes: update\_agent

## Path parameters

- `id` string, required
- `version` string, required

## Request body

- DtosBrokerAgentEditable
  - `first_name` string, required — The agent first name.
  - `last_name` string, required — The agent last name.
  - `status` 'Active' | 'Assistant', required — The agent status.
  - `email` string, required — The agent email.
  - `location_name` string — The name of the agent's location.

## Response `200`

Success

- DtosBrokerAgent
  - `id` string — The Id of the agent.
  - `first_name` string, required — The agent first name.
  - `last_name` string, required — The agent last name.
  - `status` 'Active' | 'Assistant', required — The agent status.
  - `email` string, required — The agent email.
  - `location_name` string — The name of the agent's location.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
