RetrieveUserProfilePicture

 

UserService / RetrieveUserProfilePicture

 

Description: Retrieve user profile picture

URL: http://{your-server-url}/api/v1/core/users/{userid}/picture

Method: GET

Token Required: True


Request Headers:
token: {token}
currentaccountid: {accountid - optional and default value is user's own account}
Request Query Parameters:
Parameter Type Nullable Description
height int True
width int True

Example: http://{your-server-url}/api/v1/core/users/{userid}/picture?height=100&width=100


Response:

Type: System.IO.Stream

Parameter Type
Stream System.IO.Stream