Skip to main content

List contacts

GET 

/account/me/contact

Gets the contacts of the current cloud account.

Request

Header Parameters

    x-maxone-role-id string

Responses

OK

Schema

    code int32

    The response code.

    data

    object[]

    The wrapped responding data.

  • Array [

  • address string

    The address.

    email string

    The email.

    firstName string

    The first name.

    id string

    The ID of the contact.

    lastName string

    The last name.

  • ]

  • msg string

    The response message.

Loading...