Description

The actor (only the logged user) can change his/her profile image using any image. The visual element SHOULD have an aspect ratio of one (horizontal) to one (vertical) and SHOULD be suitable for presentation at a small size. 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
mymetypeThe MIME Media Type of the binary data contained within the object. Any of image/png or image/jpegstring
dataThe URL-Safe Base64-encoded representation of the binary datastring
md5The MD5 checksum calculated over the unencoded, uncompressed octets contained within the “data” fieldstring
lengthThe total number of unencoded, uncompressed octets contained within the “data” field.
string

Request example

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

Host: {your-endpoint-domain.com}

Authorization: Bearer {{user_access_token}}

Content-Type: application/json

From: {{entry_point_key}}

Response