Skip to main content

Update contact

PATCH 

/account/me/contact/:contactId

Updates the contact information for the current cloud account.

Request

Path Parameters

    contactId stringrequired

    The ID of the contact.

    Example: contact-100001

Header Parameters

    x-maxone-role-id string

Body

required

    address string

    The address.

    email stringrequired

    The email.

    firstName stringrequired

    The first name.

    lastName stringrequired

    The last name.

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...