User Profile Photo
This resource is used to update User Profile Photos. It also includes links to the images that can be used for display.
Resource URIs
Item URI: /v7.1/user_profile_photo/<pk>/
Collection URI: /v7.1/user_profile_photo/
Item
Item methods
GET
Retrieve a User’s profile photo
PUT
Update a User’s profile photo
Item links
small_image
Small profile image for display
medium_image
Medium profile image for display
large_image
Large profile image for display
Usage
GET a User Profile Photo
Request GET: /v7.1/user_profile_photo/<pk>/
Response
{
"_links": {
"small": [
{
"href": "http://static.mapmyfitness.com/..."
}
],
"large": [
{
"href": "http://static.mapmyfitness.com/..."
}
],
"self": [
{
"href": "/v7.1/user_profile_photo/<id>/",
"id": "<id>"
}
],
"medium": [
{
"href": "http://static.mapmyfitness.com/..."
}
],
"documentation": [
{
"href": "https://developer.mapmyfitness.com/docs/v71_User/"
}
]
}
}