Description: Retrieve user profile picture
URL: http://{your-server-url}/api/v1/core/users/{userid}/picture
Method: GET
Token Required: True
token: {token}
currentaccountid: {accountid - optional and default value is user's own account}
| 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
Type: System.IO.Stream
| Parameter | Type |
|---|---|
| Stream | System.IO.Stream |