# Update an employee Endpoint: PATCH /v1/employees/{id} Version: v1 Security: x-api-key ## Path parameters: - `id` (string, required) Unique identifier for the employee ## Request fields (application/json): - `email` (string) A new primary email address for the employee. This must be one of the known email addresses for the employee. - `firstName` (string) A new first name for the employee - `lastName` (string) A new last name for the employee - `licensed` (boolean) Set whether the employee is licensed on the Push platform - `groups` (array) Set the groups an employee is in (this will overwrite the existing groups) - `chatopsEnabled` (boolean) Set whether the employee has ChatOps enabledDeprecation notice: this value no longer does anything unless you still have access to the legacy Employee chat topics functionality on your account. It will be removed in the next API version. ## Response 400 fields ## Response 404 fields