PUT UserAtionetProfilePicture/{id}
Updates the user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the user. |
globally unique identifier |
Required |
Body Parameters
The new data of the user.
UserAtionetProfilePictureDtoName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Image | UserAtionetImageDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "e9c01c53-7515-4868-b0e0-f34a57bdb666", "Image": { "FileExtension": "sample string 1", "FileFullUrl": "sample string 2", "Content": "QEA=" } }
application/xml, text/xml
Sample:
<UserAtionetProfilePictureDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Image> <Content>QEA=</Content> <FileExtension>sample string 1</FileExtension> <FileFullUrl>sample string 2</FileFullUrl> </Image> <UserId>e9c01c53-7515-4868-b0e0-f34a57bdb666</UserId> </UserAtionetProfilePictureDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
UserAtionetProfilePictureDtoName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Image | UserAtionetImageDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "29f49180-b7a5-4574-bf51-bf076283b5e3", "Image": { "FileExtension": "sample string 1", "FileFullUrl": "sample string 2", "Content": "QEA=" } }
application/xml, text/xml
Sample:
<UserAtionetProfilePictureDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Image> <Content>QEA=</Content> <FileExtension>sample string 1</FileExtension> <FileFullUrl>sample string 2</FileFullUrl> </Image> <UserId>29f49180-b7a5-4574-bf51-bf076283b5e3</UserId> </UserAtionetProfilePictureDto>