Changing avatar
API calls to assign and upload avatars.
API actions
assign
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/employee/avatar/assign' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "employee_id": 2132, "icon_id": 3654}'https://api.eu.navixy.com/v2/employee/avatar/assign?hash=a6aa75587e5c59c32d347da438505fc3&employee_id=2132&icon_id=3654Response
{ "success": true }Errors
upload
Parameters
name
description
type
Response
Errors
Last updated
Was this helpful?