Create team
Foreword
HTTP method : POST
v2/teams
Request body
All fields are mandatory.
Field length is 255 characters maximum.
If the field availableForSharing
is empty, the team is not available for sharing.
By default the role of the team is set to "Document reader".
No check on the uniqueness of information sent.
{
"availableForSharing": true/false,
"name": "string"
}
Response
201 Created
{
"availableForSharing": true/false,
"name": "string",
"id": "string"
}