GET eo-members/profile-image?ClientId={ClientId}&user_id={user_id}
Retrieve Profile Image Url for particular User Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
user_id |
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>