# Intercom - Search notes by user action
The Search notes by user action allows you to retrieve a list of notes associated with a specific user in Intercom based on the user's unique identifier.
Intercom - Search notes by user action
# Input
- User ID
- Enter the unique identifier for the user whose notes you plan to search.
# Output
- Notes
- Type
- The type of entity.
- ID
- The unique identifier for the note.
- Created at
- The timestamp of when the note was created.
- Body
- The content of the note.
- User
- Type
- The type of entity.
- ID
- The unique identifier of the user associated with the note.
- Author
- Type
- The type of entity, indicating the author's role.
- ID
- The unique identifier for the author of the note.
- Name
- The full name of the author.
- List size
- The total number of notes retrieved.
- List index
- The index of the note within the list of retrieved notes.
Last updated: 4/22/2024, 5:48:05 PM