Criar grupo
Exemplo de body a ser enviado
{
"name": "teste",
"participants": ["[email protected]", "[email protected]"]
}Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "[email protected]",
"subject": "teste",
"subjectOwner": "[email protected]",
"subjectTime": 1686709379,
"size": null,
"creation": 1686709379,
"owner": "[email protected]",
"restrict": false,
"announce": false,
"participants": [
{
"id": "[email protected]",
"admin": "superadmin"
},
{
"id": "[email protected]",
"admin": null
},
{
"id": "[email protected]",
"admin": null
}
]
}Last updated