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 associated name
descriptionstring
The associated description
metaobject
Meta data information
imagestring
The image of the partner user
emailstring
The email of the partner user
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","description":"string","meta":"object","image":"string",} EOF"email":"string"
{"id":"string"}
The user was created successfully