Pular para o conteúdo principal
PATCH
/
v1
/
agents
/
users
/
{user_id}
Update user
curl --request PATCH \
  --url https://api.quintus.tec.br/v1/agents/users/{user_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "reference": "<string>",
  "name": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "metadata": {},
  "info": {}
}
'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "reference": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "metadata": {},
  "info": {}
}

Documentation Index

Fetch the complete documentation index at: https://quintus.tec.br/docs/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

X-API-Key
string
header
obrigatório

Parâmetros de caminho

user_id
string
obrigatório

Corpo

application/json
reference
string | null
Maximum string length: 128
Pattern: ^[a-zA-Z0-9_\-:.]+$
name
string | null
email
string<email> | null
phone
string | null
metadata
Metadata · object
info
Info · object

Resposta

Successful Response

id
string
obrigatório
created_at
string<date-time>
obrigatório
updated_at
string<date-time>
obrigatório
reference
string | null
name
string | null
email
string | null
phone
string | null
metadata
Metadata · object
info
Info · object