Create Genealogies Person

Create a genealogies person in the specified genealogies tree.

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

The ID of the genealogies tree. To find genealogies tree IDs, see Read Genealogies Trees, or Create Genealogies Tree to create a new genealogies tree.

Body Params

The genealogies person to be created.

persons
array of objects
required
length between 1 and 1

Array containing exactly one person to be created. See Person Schema (JSON)

persons*
string
required

A local, context-specific id for the person. This is required for person creation and is used to reference the person within the same request.

boolean

Whether the person is living or deceased.

gender
object

The gender of the person.

names
array of objects

Array of names for the person.

names
facts
array of objects

Array of facts about the person (e.g., birth, residence, death).

facts
attribution
object

Attribution information for the person creation.

Headers
string

Header giving the reason for creating a genealogies person.

Responses
201

The creation of the genealogies person was successful. Expect a location header specifying the link to the created person.

429

The request was throttled.

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