insertteam
description
parameters
{
"teamInfo":{
"organizationID":"<organization which to insert the team into>",
"_id": "<optional unique identified, will be autogenerated>",
"name": "<name of team>",
"description":"<optional description>"
},
adminID: "optional userID, that will become the admin of the team,
if ot supplied will be the user making the request"
}
response
example
Last updated