Upload Person Media
POST/api/persons/uploadmedia
Tier: Public — stable, supported for third-party integration.
Uploads a media file (e.g. a photo) for a person.
The request body is a raw multipart upload; the person id and media metadata are carried in the multipart content, not as method parameters.
Responses
- 200
- 400
- 401
- 403
true once the media has been uploaded.
A media-service failure occurred.
Caller is not authenticated.
Caller does not have Update permission on the Person module.