Teams
Get a list of Teams
Lists all of the Teams in the system or Octopus Deploy Space (if provided). The results will be sorted alphabetically by name.
get/teams
Query parameters
idsstring[]
A list of Team IDs, to limit the matching of Teams to those with a particular ID. Example: ["Teams-1", "Teams-2"]
namestring
The exact name of a Team to be matched
partialNamestring
A partial name, to limit the set of Teams to those with a name that includes the partial name
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
Requested list of Teams
Example response
{
"Items": [
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.