UpdateUserPhoto
Updates a user's profile photo in the directory.
Input
Name | Type | Accepts Input Streams | Description |
UserId | String | False | The unique identifier of the user whose photo is being updated. This identifier is a globally unique identifier (GUID) that represents the Azure Active Directory user. |
Content | String | False | Binary content of the photo to be uploaded. Must adhere to Azure Active Directory photo size and format limitations. |
LocalFile | String | False | Full file path and name of the local file containing the photo to be uploaded. Use this for uploading directly from a local directory. |
ContentStream | String | True | Streamed content of the photo to be uploaded. Use this option when the photo is not stored locally but is provided as an InputStream. |
Result Set Columns
Name | Type | Description |
Status | String | Indicates the execution result of the stored procedure, which typically includes success or error messages for troubleshooting. |