GroupMember (JSON)
| URI: | GroupMember |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| groupId | string | Get the group id. | |
| cisId | string | Get the cisId of the group member. | |
| contactName | string | Get the contact name of the group member. | |
| status | string | Get the status of the group member. |
Example
{
"groupId" : "...",
"cisId" : "...",
"contactName" : "...",
"status" : "..."
}