CreateGroupRequestType
CreateGroupRequestType
The parameters of CreateGroup.
JSON Example
{
"group": {
"_typeName": "string",
"id": "string",
"password": "string",
"description": "string"
}
}
group
Required
Specification of group being created.