Skip to main content
POST
Create a new note for the authenticated user.

Authorization

Requires user permission features.notes or admin role.

Request Body

string
required
Title of the note
object
Note content data
string
ID of the folder to place the note in
array
Access control grants for sharing the note

Response

Returns the created note object.
string
required
Unique identifier for the note
string
required
ID of the note owner
string
required
Title of the note
object
Note content data
string
ID of the folder containing the note
array
Access control grants for the note
integer
required
Unix timestamp of last update
integer
required
Unix timestamp of creation

Access Control

  • Users must have features.notes permission enabled
  • The authenticated user becomes the owner of the note
  • Access grants are filtered based on user permissions
  • Public sharing requires sharing.public_notes permission