Mobile - Participants

Upload Profile Picture

Upload a profile picture for a participant. Only allowed for self-access participants.

post/api/v1/mobile/participants/{participant_id}/profile-picture

Path parameters

participant_idstring required

Participant ID

Participant ID

Headers

authorizationstring required

Bearer token

Bearer token

Request body

image_base64string required

Base64 encoded image data

content_typestring

Image content type (image/jpeg, image/png, etc.)

Response

Successful Response

successboolean required

Whether upload was successful

profile_picture_urlstring nullable

URL of the uploaded profile picture

messagestring required

Status message

Changes