Updates a single person
PUT/public_api/v1/people/:id
A person can be looked up by id or email. People are unique by email address across a team, so any edits you make to a person will be visible to every user on the team. IDs will never change.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Success
A valid oauth connector is required to use this endpoint.
Your oauth connector does not have the correct permissions to use this endpoint.
The person could not be found.
The update caused validation errors. The response will contain the errors.