Create group
- Print
- PDF
Create group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Create a group.
API
- POST /groups
Request
Body
{
"groupName": "string"
}
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
groupName | Y | string | Group name |
Response
- Response
Parameter | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Result of processing |
- Response Example
{
"success": true,
"id": "groupId"
}
Was this article helpful?