Create Person

Create a person.

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

Example

Body Params

The person to be created.

persons
array of objects
required
length between 1 and 1

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

persons*
boolean

Whether the person is living. Set to false for deceased persons.

gender
object

The gender of the person

names
array of objects

Array of names for the person. Do not include id fields when creating a new person.

names
facts
array of objects

Array of facts about the person (birth, death, residence, etc.). Do not include id fields when creating a new person.

facts
Headers
string

The reason for creating the person.

Responses
201

The creation of the 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!