Update a Person.

  • This endpoint enables the update of a Person resource.
  • The endpoint requires the personio:persons:write scope.
Path Params
string
required

The ID of the target Person.

Body Params
string

Email of the employee. The email must be unique : 2+ employees cannot have the same email.

string

First name of the employee.

string

The preferred name of the employee, if relevant.

string

Last name of the employee.

string | null
enum

Gender of the employee.

Allowed:
string
enum

Main language of the employee.

custom_attributes
array of objects

List of custom attributes for the employee.

custom_attributes
Responses
204

Person updated successfully.

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json