Add Member Note
Add a note to a specific member’s profile. This endpoint allows you to add a note to a member’s profile, providing additional context or information about the member. This endpoint returns a list of notes that have been added to a member’s profile.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
memberId
Unique identifier for a member.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
title
Title of the note.
comment
Comment of the note.
Response
This endpoint returns a list of objects.
id
Unique identifier for a note.
title
Title of the note.
comment
Comment of the note.
createdAt
Date and time when the entity was created.
modifiedAt
Date and time when the entity was updated.