# Buscar agente vinculado ao usuário **GET /chatapi/1.0/api/v2/users/{id}/agent** Retorna os dados do agente associado ao usuário informado pelo ID. ## Servers - Ambiente de Produção: https://api.neppo.com.br (Ambiente de Produção) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer(int64)) id ## Responses ### 200 OK #### Body: application/json (object) - **active** (boolean) - **agentAllHistory** (boolean) - **agentAllHistoryOperation** (boolean) - **agentAttendSimple** (boolean) - **agentToken** (string) - **agentViewPhone** (boolean) - **birthDate** (string) - **chatAgent** (boolean) - **department** (string) - **displayName** (string) - **email** (string) - **firstAccess** (boolean) - **groupsId** (array[integer(int64)]) - **id** (integer(int64)) - **maxChatChannels** (integer(int64)) - **password** (string) - **pauseOnReceiveCall** (boolean) - **phone** (string) - **priority** (integer(int64)) - **profile** (object) - **socialToken** (string) - **superAgent** (boolean) - **userName** (string) - **usingMFA** (boolean) - **virtualAgent** (boolean) - **voice** (object) ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)