POST groups?ClientId={ClientId}&user_id={user_id}&group_name={group_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| user_id | globally unique identifier |
Required |
|
| group_name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| GroupName | string |
None. |
|
| GroupStatus | string |
None. |
|
| GroupCreatorFirstName | string |
None. |
|
| GroupCreatorLastName | string |
None. |
|
| GroupCreatorUserID | string |
None. |
|
| GroupDescription | string |
None. |
|
| GroupImage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GroupId": "9c418669-8708-49c2-ae6e-daa63680e3c3",
"GroupName": "sample string 2",
"GroupStatus": "sample string 3",
"GroupCreatorFirstName": "sample string 4",
"GroupCreatorLastName": "sample string 5",
"GroupCreatorUserID": "sample string 6",
"GroupDescription": "sample string 7",
"GroupImage": "sample string 8"
}
application/xml, text/xml
Sample:
<GroupResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <GroupId>9c418669-8708-49c2-ae6e-daa63680e3c3</GroupId> <GroupName>sample string 2</GroupName> <GroupStatus>sample string 3</GroupStatus> <GroupCreatorFirstName>sample string 4</GroupCreatorFirstName> <GroupCreatorLastName>sample string 5</GroupCreatorLastName> <GroupCreatorUserID>sample string 6</GroupCreatorUserID> <GroupDescription>sample string 7</GroupDescription> <GroupImage>sample string 8</GroupImage> </GroupResult>