Get Member Image
Retrieve the image associated with a specific member.
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.
Query parameters
size
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.
image
Base64 encoded image of the member.