Set Member Image
Create or update the image associated with a member. Use this endpoint to upload a new photo or update an existing one linked to the member’s profile.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
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
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
image
A Base64-encoded image string
Response
This endpoint returns an object.
mediaId
Unique identifier for the media.
