POST Groups

Request Information

URI Parameters

None.

Body Parameters

GroupToCreate
NameDescriptionTypeAdditional information
Name

string

None.

Description

string

None.

IsPrivate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Description": "sample string 2",
  "IsPrivate": true
}

application/xml, text/xml

Sample:
<Group xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <Description>sample string 2</Description>
  <IsPrivate>true</IsPrivate>
</Group>

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>