Create Partner User
Create partner user
post
/v1/partner/user/create
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Request Body * Required
Request Body Schema: application/json
namestring
The name of the partner user
imagestring
The image of the partner user
emailstring
The email of the partner user
metaobject
Meta data information
curl -X POST "https://api.chatbotkit.com/v1/partner/user/create" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"name":"string","image":"string","email":"string",} EOF"meta":"object"
{"id":"string"}
The user was created successfully