List (minimal)
Request
curl --location --request GET 'https://<SERVICE ENDPOINT>/teams/minimal' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
[
{
"OperatorId": "The ID of the Team Member",
"Name": "The User Full Name",
"Group": "GROUP_NAME",
"Email":"[email protected]"
}
]Response Codes
Last updated
Was this helpful?