Skip to main content
POST
Upload the profile picture (avatar) of an employee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employeeId
string<uuid>
required

Employee ID

Body

multipart/form-data

The image file to store as the employee's profile picture

imageProfile
file
required

PNG or JPEG file, up to 5 MB

Response

The profile picture was stored and the new public URL is returned

data
object