# Agents ## List presence - [GET /beta/agents/presence](https://docs.dixa.io/openapi/dixa-api/beta/agents/getagentspresence.md): List the presence status for all agents/admins in an organization. ## List agents - [GET /beta/agents](https://docs.dixa.io/openapi/dixa-api/beta/agents/getagents.md): Lists all agents/admins in an organization. It is possible to filter by one of the mutually exclusive parameters: email or phone number. In case both are provided, an error is returned. ## Update agents - [PUT /beta/agents](https://docs.dixa.io/openapi/dixa-api/beta/agents/putagents.md): Bulk update agents/admins. ## Create agent - [POST /beta/agents](https://docs.dixa.io/openapi/dixa-api/beta/agents/postagents.md): Create an agent. ## Patch agents - [PATCH /beta/agents](https://docs.dixa.io/openapi/dixa-api/beta/agents/patchagents.md): Bulk patch agents/admins. ## List teams - [GET /beta/agents/{agentId}/teams](https://docs.dixa.io/openapi/dixa-api/beta/agents/getagentsagentidteams.md): List the teams in which the agent/admin is a member. ## Get presence - [GET /beta/agents/{agentId}/presence](https://docs.dixa.io/openapi/dixa-api/beta/agents/getagentsagentidpresence.md): Get the presence status for an agent/admin. ## Create agents - [POST /beta/agents/bulk](https://docs.dixa.io/openapi/dixa-api/beta/agents/postagentsbulk.md): Create agents in bulk. ## Get agent - [GET /beta/agents/{agentId}](https://docs.dixa.io/openapi/dixa-api/beta/agents/getagentsagentid.md): Get an agent/admin by id. ## Update agent - [PUT /beta/agents/{agentId}](https://docs.dixa.io/openapi/dixa-api/beta/agents/putagentsagentid.md): Update an agent/admin. ## Delete agent - [DELETE /beta/agents/{agentId}](https://docs.dixa.io/openapi/dixa-api/beta/agents/deleteagentsagentid.md): Downgrade an agent/admin to become an end user. ## Patch agent - [PATCH /beta/agents/{agentId}](https://docs.dixa.io/openapi/dixa-api/beta/agents/patchagentsagentid.md): Patch an agent/admin. ## Updates the working channel of an agent - [PUT /beta/agents/{agentId}/presence/working-channel](https://docs.dixa.io/openapi/dixa-api/beta/agents/putagentsagentidpresenceworking-channel.md): Updates the working channel of an agent