Update a Person
PUT {{baseUrl}}/organization/v1/people/:personId
Update the properties of the Person
Request Body
{"firstName"=>"", "lastName"=>"", "customPersonId"=>"", "email"=>"user@example.com", "jobTitle"=>"", "startDate"=>"2020-06-06", "middleName"=>"", "suffix"=>"", "birthDate"=>"1959-11-10", "ssn"=>"", "billCode"=>"", "billReference"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |