GroupMember (XML)
Namespace: | http://familysearch.org/v1/ |
---|---|
URI: | http://familysearch.org/v1/GroupMember |
Properties
Name | Type | Description | |
---|---|---|---|
cisId | string | Get the cisId of the group member. | |
contactName | string | Get the contact name of the group member. | |
groupId | string | Get the group id. | |
status | string | Get the status of the group member. |
Example
<groupMember xmlns="http://familysearch.org/v1/"> <cisId>...</cisId> <contactName>...</contactName> <groupId>...</groupId> <status>...</status> </groupMember>