Create Person Note

Create a note on a person.

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.

persons*
notes
array of objects
required
length ≥ 1

Array of notes to add to the person. At least one note must be provided.

notes*
string
required

The subject for the note

string
required

The text of the note

Headers
string
enum
required

Specifies the media type of the entity-body sent to the server in the request.

Allowed:
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
Response
Click Try It! to start a request and see the response here!