curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/admin/employee-management/edit-employee/{id} \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"userId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"status": "<string>",
"staffActiveDirectoryId": "<string>",
"organisationId": "<string>",
"userType": "<string>",
"addressEntityDTO": {}
}
'