POST eo-members/profile-image?ClientId={ClientId}&user_id={user_id}

Upload Profile Image in Images Library for particular User Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

ClientId

string

Required

user_id

User Id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional 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>