Update a contact by ID

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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.

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json