Create Person Note

Create a note on a person. The Person Notes resource is to be considered an embedded resource, and any links to this resource are to be treated as embedded links.

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

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

Body Params
persons
array of objects
required
length between 1 and 1

Array containing the person with notes to add. Exactly one person must be provided. See Person Schema (JSON)

persons*
notes
array of objects
required
length ≥ 1

Array of notes to add to the person. At least one note must be provided. See Note Schema (JSON)

notes*
string
required

The subject for the note

string
required

The text of the note

Headers
string

The optional reason for creating the note.

Responses
201

The creation of the note was successful. Expect a location header specifying the link to the note.

400

If the request was unable to be understood by the application.

404

Requested person or note was not found.

410

If the person has been merged or deleted.

429

The request was throttled.

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