PersonInfo (JSON)
Extra information about a person.
Properties
Name |
Type |
Description |
|
canUserEdit |
boolean
|
Get if this person is editable by the current user. |
|
visibleToAll |
boolean
|
Get if this person is visible to all sessions authenticated from any client. |
|
visibleToAllWhenUsingFamilySearchApps |
boolean
|
Get if this person is only visible to sessions authenticated from a FamilySearch client. |
|
treeId |
string
|
Get the tree id for this person. This attribute is prototype only and may be removed or changed at any time. |
|
Example
{
"canUserEdit" : true,
"visibleToAll" : true,
"visibleToAllWhenUsingFamilySearchApps" : true,
"treeId" : "..."
}