A member's notes are free-form areas to attach information to a member's profile. Notes support markdown.

Note properties

{
  "id": "14",
  "type": "note",
  "attributes": {
    "created_at": "2020-04-23T18:25:05.575Z",
    "body": "Had a nice call with REDACTED today. He’s currently on the job and looking forward to bringing Orbit into wherever he lands. Said he’s a big fan of our blog content.",
    "updated_at": "2020-04-23T18:25:05.575Z"
  },
  "relationships": {
    "member": {
      "data": {
        "id": "48986",
        "type": "member"
      }
    },
    "user": {
      "data": {
        "id": "1",
        "type": "user"
      }
    }
  }
}
PropertyTypeDescription
bodystringThe contents of the note. Markdown is supported.
created_atdatetimeThe date and time at which the note was created in Orbit.
updated_atstringThe date and time at which the note was last updated in Orbit.