Teams
Get a list of Teams
Lists all of the Teams in the supplied Octopus Deploy Space. The results will be sorted by name.
get/teams/all
Response
The requested list of Teams
Example response
[
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.