POST eo-members/profile-imagefrombody?ClientId={ClientId}&user_id={user_id}
Upload Profile Image in Images Library 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
ProfileImageRequest Object
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileImage | Collection of byte |
Required |
Request Formats
application/json, text/json
Sample:
{
"ProfileImage": "QEA="
}
application/xml, text/xml
Sample:
<ProfileImageRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileImage>QEA=</ProfileImage> </ProfileImageRequest>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileImage | Collection of byte |
Required |
Response Formats
application/json, text/json
Sample:
{
"ProfileImage": "QEA="
}
application/xml, text/xml
Sample:
<ProfileImageRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileImage>QEA=</ProfileImage> </ProfileImageRequest>