Gets the list of teams where the user is a member
HTTP
GET https://www.troposalerts.com/api/user/{id}/teams
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
id | path | True | Guid | Identifier of the user |
Response
JSON
[
{
"id": "b3423bad-ab7d-4ef7-985d-4ce216f6fd5f",
"name": Red Team
"alertingEmail": "red-team.demo@mail.tupletechnologies.net"
},
{
"id": "02aa3867-3008-4bad-999c-985716b1bb89",
"name": "Blue Team",
"alertingEmail": "blue-team.demo@mail.tupletechnologies.net"
}
]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article