GET me-eo/profile-image?ClientId={ClientId}
Retrieve profile image for Logged-in User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileImage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileImage": "sample string 1"
}
application/xml, text/xml
Sample:
<EOProfileImage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileImage>sample string 1</ProfileImage> </EOProfileImage>