# Salvar usuário cliente **POST /chatapi/1.0/api/v2/users/save/client** Cria ou atualiza um usuário com perfil de cliente na base de dados. ## Servers - Ambiente de Produção: https://api.neppo.com.br (Ambiente de Produção) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) obj - **id** (integer(int64)) - **userName** (string) - **phone** (string) - **displayName** (string) - **email** (string) - **birthDate** (string) - **active** (boolean) - **cpf** (string) - **formal** (boolean) - **priority** (integer(int64)) - **externalCode** (string) - **attributes** (array[object]) ## Responses ### 200 OK #### Body: application/json (object) object ### 201 Created ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)