Get Member Image

Retrieve the image associated with a specific member.

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.

Query parameters

sizeenumOptional
The size of the member image thumbnail to retrieve. Small images are not upscaled, and some image types may compress better at different sizes. Defaults to `large` (360px) when unspecified, with fallback to `medium` (240px) and then `original`. `small` (70px) are suitable for lists. `original` returns the original image as uploaded, which may be very large. `embedded` returns a smaller embedded version of the original image, suitable for use in documents
Allowed values:

Response

This endpoint returns an object.
imageBase64 string
Base64 encoded image of the member.