GET eo-members/profile-image-small?ClientId={ClientId}&user_id={user_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| user_id | globally unique identifier |
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>