Teams
Get a Team by ID
get/spaces/{spaceIdentifier}/teams/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The ID of the team.
Response
The requested Team
Example response
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.