Teams
Modify an existing Team
The Everyone Team is treated as a special case and its members and external groups may not be changed.
put/teams/{id}
Path parameters
idstring required
Gets or sets a unique identifier for this resource.
Request body
Example request
{
"Id": "Teams-1",
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}Response
Indicates the team was modified, containing the updated Team
Example response
{
"MemberUserIds": [
"Users-1",
"..."
],
"SpaceId": "Spaces-1"
}