List
Request
curl --location --request GET 'https://<SERVICE ENDPOINT>/teams' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
[
{
"Email": "[email protected]",
"Group": "GROUP_NAME",
"State": "Pending",
"ProfileId":"<profile id>",
"IsOnline":true
}
]Response Codes
Last updated
Was this helpful?