Get Member Image
Authentication
Path parameters
Your Entra Tenant ID. More details.
Your Business Central Environment. More details.
Your Business Central Company. More details.
Headers
Used for API versioning. More details.
Your Entra Tenant ID. More details.
Your Business Central Environment. More details.
Your Business Central Company. More details.
Used for API versioning. More details.
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
A Base64-encoded image string or a URL to the image.
Change effective from 2025-10-27:
The image property now contains a complete image source string instead of raw Base64 data.
Depending on tenant configuration:
data:image/jpeg;base64,<encoded data>https://image-service.example.com/<imagename>.jpg. The URL is time-limited and secured.Both formats can be used directly in an <img src> attribute.
Clients that previously decoded the Base64 manually should update accordingly.