POST api/{apiVersion}/UserAccount/UploadProfilePicture
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
ProfilePictureRequestName | Description | Type | Additional information |
---|---|---|---|
Content | string |
None. |
|
width | integer |
None. |
|
height | integer |
None. |
|
SystemUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Content": "sample string 1", "width": 2, "height": 3, "SystemUserId": "e3040a61-ae7a-42ec-a72a-7f7f5e195e00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version |
None. |