Teams
Get a Team by ID
get/{spaceId}/teams/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resources.
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.