Description

The actor (only the logged user) can change his/her profile image using his/her social profile image. This activity is generated by an actor after verify the requirements for be a valid and confirmed person. Indicates that the actor has updated the object.

Endpoint URL:

 POST https://{your-endpoint-domain.com}/activityid/v1/person/update

Request parameters

ParameterDescriptionType
providerA value referencing the application that published the object. At this time MUST be one of: facebook, twitter, linkedin, googleplus, youtube, instagram or windowslive.string

Request example

POST /activityid/v1/person/update HTTP/1.1

Host: {your-endpoint-domain.com}

Authorization: Bearer {{access_token}}

Content-Type: application/json

From: {{entry_point_key}}

Response