curl --request PUT \
--url https://chat.botpress.cloud/{webhookUrl}/users/me \
--header 'Content-Type: application/json' \
--header 'x-user-key: <x-user-key>' \
--data '
{
"name": "<string>",
"pictureUrl": "<string>",
"profile": "<string>"
}
'{
"user": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"pictureUrl": "<string>",
"profile": "<string>"
}
}Update User
curl --request PUT \
--url https://chat.botpress.cloud/{webhookUrl}/users/me \
--header 'Content-Type: application/json' \
--header 'x-user-key: <x-user-key>' \
--data '
{
"name": "<string>",
"pictureUrl": "<string>",
"profile": "<string>"
}
'{
"user": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"pictureUrl": "<string>",
"profile": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication Key
User data
Was this page helpful?