Skip to main content

Update a person

Update the details of a single person (required scope contacts:persons:write)

Path Parameters
    personId uuid required

    Person id

Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body

Update person model. At least one optional value must be provided

    title string nullable

    The person's title
    Optional: Omit to retain current value or provide null to unset

    forename string

    The person's first name
    Optional: Omit to retain current value

    surname string

    The person's second name
    Optional: Omit to retain current value

    email string

    The email address of the person
    Optional: Omit to retain current value

    mobile string nullable

    The mobile telephone number of the person
    Optional: Omit to retain current value or provide null to unset

    landline string nullable

    The landline telephone number of the person
    Optional: Omit to retain current value or provide null to unset

    extension string nullable

    The landline extension of the person
    Optional: Omit to retain current value or provide null to unset

    position string nullable

    The job role that the person holds within the contact
    Optional: Omit to retain current value or provide null to unset

    department string nullable

    The department that the person belongs to
    Optional: Omit to retain current value or provide null to unset

    isOptedOut boolean

    A flag indicating if the contact has opted out of marketing communications
    Optional: Omit to retain current value

    customFields object[]

    Custom fields associated with the person. Omit or use an empty list to retain current values
    Optional: Omit to retain current value

  • Array [
  • definitionId int64 required

    The unique identifier of the associated custom field definition

    value string nullable

    The value of this custom field. If set to null, any existing value will be unset

  • ]
Responses

No Content

Loading...