Invite a deployed user
POST/api/v1/chatbots/:chatbotId/users
Invites an end-user to the chatbot by email; the user receives a verification email. Required scope: security:write.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
Invitation sent.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded