photos

Name Resource Description
Create a photo thumbnail POST api/2.0/people/{userid}/photo/thumbnails Creates a photo thumbnail by coordinates of the original image specified in the request.
Delete a user photo DELETE api/2.0/people/{userid}/photo Deletes a photo of the user with the ID specified in the request.
Get a user photo GET api/2.0/people/{userid}/photo Returns a photo of the user with the ID specified in the request.
Update a user photo PUT api/2.0/people/{userid}/photo Updates a photo of the user with the ID specified in the request.