PUT groups?ClientId={ClientId}&GroupId={GroupId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
|
GroupId | globally unique identifier |
Required |
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "996be0ee-bf40-4034-8ea9-0182c255cfa6", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>996be0ee-bf40-4034-8ea9-0182c255cfa6</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "49c64c0e-e152-4797-b5eb-862c0802ba7b", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>49c64c0e-e152-4797-b5eb-862c0802ba7b</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>