POST api/Users/Photo
Update user photo. Always POST the data to the server as enctype="multipart/form-data".Posted data must provide the SessionToken field.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UploadFileResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileURL": "sample string 1"
}