CreateGroup
Query parameters
idstringRequiredExample:
idBody
all ofOptional
and
anyOptionalExample:
{"groupName":"Group Testing 2","participants":["[email protected]","[email protected]"]}Responses
200Success
No content
post
/groups/createGroupPOST /groups/createGroup?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 115
{
"groupName": "Group Testing 2",
"participants": [
"[email protected]",
"[email protected]"
]
}200Success
No content
Last updated
Was this helpful?