Update a contact by ID

Partially updates an existing contact identified by its unique ID. Supports updating name, email, job position, phone number, and hourly rates. Returns status 209 if the contact was updated but sending the activation or verification email failed.

Path Params
string
required

ID of the contact to update

Body Params
string

The first name of the contact.

string

The last name of the contact.

string

The email address associated with the contacts's remberg account.

phoneNumber
object

The phone number of the contact. This field is optional.

string

The contacts's job position within the organization. This field is optional.

hourlyRates
array of objects

Full list of hourly rates. Exactly one entry must be the fallback rate. Currency format: up to 2 decimal places.

hourlyRates
Responses

209

Contact updated but sending activation/verification mail was not successful

400

Bad Request

403

Forbidden

409

A remberg user with the same email already exists

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