# Retrieve the Public Profile Image of a Member **GET /wolfconnect/members/v1/{memberId}/public-profile-image** Retrieves the public profile image for the member that was uploaded through the public profile page in WOLFconnect. Members can have different images for their internal profile as opposed to their public profiles. By default, if no public profile image has been uploaded, then the member profile image is returned. HEAD is also supported for this resource. *NOTE: The size and width parameters should not be used at the same time.* ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ### Path parameters - **memberId** (string) The Lone Wolf Id of the member. ### Query parameters - **publicProfileOnly** (boolean) Flag to tell the API whether or not to return the internal profile image if the public profile image does not exist. true: Do not return the internal profile image when no public profile image exists. false: Return the internal profile image when no public profile image exists. (Default) - **size** (string) The size of the image returned. normal: 150 X 200 (Default) - **width** (integer) Specifies a custom width for the returned image. The height will be adjusted to keep the same aspect ratio. The width can only be a number less than or equal to 150 as that is the max width of any stored image. ## Responses ### 200 An image file. #### Body: image/* (string(binary)) string(binary) ### 404 Error Code 1001: The memberId parameter is invalid. Error Code 404: The member or profile image for the member could not be found. #### Body: application/json (object) - **Code** (integer) The Lone Wolf Error Code. See the Error Codes section of the introduction. - **Message** (string) The message that corresponds to the Code value. - **Details** (string) The exact problem that occurred to give this error response. [Powered by Bump.sh](https://bump.sh)