CreateGroup
Query parameters
idstringRequiredExample:
id
Body
all ofOptional
and
anyOptionalExample:
{"groupName":"Group Testing 2","participants":["[email protected]","[email protected]"]}
Responses
200Success
post
POST /groups/createGroup 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?