Read Person

Retrieve a single Person by the personId including the names, gender, and facts of the person.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the person to retrieve. Can be a person from the main FamilySearch tree or from a user tree. To find an example person ID, see Search Tree Persons.

Query Params
boolean

True if related persons (all parents, all children, all spouses) should be included in the response; false otherwise.

boolean

True if the call will attempt to include source descriptions; false otherwise.

boolean

True if call is to fail on sources read error; false otherwise (will return person without failed sources).

Responses
200

The read was successful. See Person Schema (JSON)

301

If the requested person has been merged into another person. A Location header is included with the URI of the person that this person was merged into.

404

If the requested person is not found.

410

If the requested person has been deleted.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!