Teams
Create a new team
post/{spaceId}/teams
Path parameters
spaceIdstring required
The space in which to create the team.
Request body
Example request
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.