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

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

memberIdUUIDRequired
Unique identifier for a member.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
imagestringRequired

A Base64-encoded image string

Response

This endpoint returns an object.
mediaIdUUID
Unique identifier for the media.