Skip to main content

update contact

PATCH 

/org/:orgId/contact/:contactId

Update the contact for the given organization and contact ID. This endpoint supports partial updates. Only the fields provided in the request body will be updated. To clear a field, provide it with an empty value.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    contactId stringrequired

    Contact ID

Body

required

Request Body

    creationTime string
    emailAddress string
    id string

    This is generated by Suger. When you create a new contact, do not provide.

    info

    object

    companyLocation string
    companyName string
    lastModifiedBy string
    partner Partner (string)

    Possible values: [``, ADYEN, ALIBABA, ANTHROPIC, AWS, AWS_CHINA, AZURE, CHARGEBEE, DATABRICKS, DOCUSIGN, GCP, GOOGLE, HUBSPOT, INTUIT, LAGO, MARKETO, METRONOME, MICROSOFT, OPENAI, ORACLE, ORB, REDHAT, SALESFORCE, SLACK, SNOWFLAKE, STRIPE, ZOHO]

    phoneNumber string
    role string
    lastUpdateTime string
    name string
    organizationID string

Responses

OK

Schema

    creationTime string
    emailAddress string
    id string

    This is generated by Suger. When you create a new contact, do not provide.

    info

    object

    companyLocation string
    companyName string
    lastModifiedBy string
    partner Partner (string)

    Possible values: [``, ADYEN, ALIBABA, ANTHROPIC, AWS, AWS_CHINA, AZURE, CHARGEBEE, DATABRICKS, DOCUSIGN, GCP, GOOGLE, HUBSPOT, INTUIT, LAGO, MARKETO, METRONOME, MICROSOFT, OPENAI, ORACLE, ORB, REDHAT, SALESFORCE, SLACK, SNOWFLAKE, STRIPE, ZOHO]

    phoneNumber string
    role string
    lastUpdateTime string
    name string
    organizationID string
Loading...