POST me-eo/profile-imagefrombody?ClientId={ClientId}
Update profile image for Logged-in User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
Body Parameters
| 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>