Update Partner User

Update a partner user

post
/v1/partner/user/{userId}/update

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

userIdstring* Required

The ID of the partner user

Request Body * Required

Request Body Schema: application/json

namestring

The name of the partner user

imagestring

The image of the partner user

metaobject

Meta data information

curl -X POST "https://api.chatbotkit.com/v1/partner/user/{userId}/update" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \

-H "Content-Type: application/json" \

--data-binary @- << EOF {
"name":"string",
"image":"string",
"meta":"object"
}
EOF
{
"id":"string"
}
The message was updated successfully