This operation retreives the large or small user picture of a given user. The user guid must be obtained either from the user list returned by the users operation or by another operation which returns a user (such as the todos).
The application must have the 'read' permission granted from the Planzone.
| Name | Optional | Description |
|---|---|---|
| type | YES | Which image to retrieve. The possible values are small and large. The default value is small. |
The following request:
returns the picture image.
The response content type is a image/jpg and the image binary data is contained in the body. The response also contains the following headers:
| Header | Description |
|---|---|
| Image-Id | An image unique identifier |
| Image-Width | The image width |
| Image-Height | The image height |
| 200 | OK | Operation succeeded |