Gets the list of teams where the user is a member
HTTP
GET https://www.squidalerts.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.squidalerts.com" }, { "id": "02aa3867-3008-4bad-999c-985716b1bb89", "name": "Blue Team", "alertingEmail": "blue-team.demo@mail.squidalerts.com" } ]