List deployed users
GET/api/v1/chatbots/:chatbotId/users
Lists the chatbot's deployed (invited) end-users — each user's email, display name, role, status, email-verification flag, and timestamps. Requires admin-level chatbot access. Required scope: security:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Deployed users for the chatbot.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded