POST myeo-groups/members?ClientId={ClientId}&GroupId={GroupId}&UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| GroupId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
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": "c320b69c-f80e-40a4-94b6-f479eed74de7",
"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>c320b69c-f80e-40a4-94b6-f479eed74de7</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>