Functionality
Using a valid user access token and the entry point key obtained from the authorization process, post your request to the ActivityID API, to any of the following methods described below.
Methods
| Description | URL | Method |
| Upload profile image | /activityid/v1/person/update | POST |
| Upload social profile image | /activityid/v1/person/update | POST |
| Delete profile image | /activityid/v1/image/delete | POST |
| Get current profile image | /activityid/public/v1/image/{{user_id}} | GET |
