Users

List current user notes

Retrieves all notes the current user has written about other users. Returns a record of user IDs to notes. These are private notes visible only to the authenticated user.

get/users/@me/notes

Response

Success

UserNotesRecordResponse required

A map of user IDs to note text

Changes