UpdateUserPhoto
Update the photo of a user.
Input
Name | Type | Accepts Input Streams | Description |
UserId | String | False | Id of the user. |
Content | String | False | Photo content to be uploaded. |
LocalFile | String | False | Local file location containing the photo to be uploaded. pecify the full file path and file name. |
ContentStream | String | True | The content as InputStream to be uploaded when localpath or folderpath is not specified |
Result Set Columns
Name | Type | Description |
Status | String | Stored Procedure Execution Status |