Employee Management
Update an employee
patch/employees/{id}
Path parameters
idnumber required
Example:1
The ID of the entity
Request body
Example request
{
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"password": "password123",
"role": "employee",
"zendeskAgentEmail": "john.doe@company.zendesk.com",
"isActive": true
}Response
Employee updated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.