List
Request
curl --location --request GET 'https://<NODE>.xenioo.com/bot/team' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
[
{
"Email": "[email protected]",
"Group": "GROUP_NAME",
"Status": "Accepted",
"Permissions": {
"ViewChatbotDesigner": true,
"EditChatbot": true,
"UnlockReference": false,
[...]
}
}
]Response Codes
Last updated