User (XML)
Family Tree User Service User
Properties
| Name |
Type |
Description |
|
| alternateEmail |
string
|
|
|
| birthDate |
string
|
|
|
| contactName |
string
|
|
|
| country |
string
|
|
|
| displayName |
string
|
|
|
| email |
string
|
|
|
| familyName |
string
|
|
|
| fullName |
string
|
|
|
| gender |
string
|
|
|
| givenName |
string
|
|
|
| helperAccessPin |
string
|
|
|
| mailingAddress |
string
|
|
|
| mobilePhoneNumber |
string
|
|
|
| personId |
string
|
|
|
| phoneNumber |
string
|
|
|
| preferredLanguage |
string
|
|
|
| treeUserId |
string
|
|
|
| Properties inherited from HypermediaEnabledData |
| link |
list of
Link
|
The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
| Properties inherited from ExtensibleData |
| id |
string
|
A local, context-specific id for the data. |
|
Example
<user id="..." xmlns="http://familysearch.org/v1/">
<alternateEmail>...</alternateEmail>
<birthDate>...</birthDate>
<contactName>...</contactName>
<country>...</country>
<displayName>...</displayName>
<email>...</email>
<familyName>...</familyName>
<fullName>...</fullName>
<gender>...</gender>
<givenName>...</givenName>
<helperAccessPin>...</helperAccessPin>
<mailingAddress>...</mailingAddress>
<mobilePhoneNumber>...</mobilePhoneNumber>
<personId>...</personId>
<phoneNumber>...</phoneNumber>
<preferredLanguage>...</preferredLanguage>
<treeUserId>...</treeUserId>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..." xmlns="http://gedcomx.org/v1/"/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</user>