RetrieveUserPhoto
Retrieve the photo of a user.
Input
Name | Type | Description |
UserId | String | Id of the file which you want to download |
PhotoSize | String | The size of the photo to retrieve. Supported dimensions: 48x48, 64x64, 96x96, 120x120, 240x240, 360x360, 432x432, 504x504, and 648x648. |
FileLocation | String | Where to store the file. Specify the full file path and file name. |
Encoding | String | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
Name | Type | Description |
Status | String | Stored Procedure Execution Status |
FileData | String | The FileData output |