List contacts
GET/account/me/contact
Gets the contacts of the current cloud account.
Request
Header Parameters
x-maxone-role-id string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
The response code.
data
object[]
The wrapped responding data.
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.
{
"code": 0,
"data": [
{
"address": "British Columbia Kelowna 4940 nd Avenue",
"email": "[email protected]",
"firstName": "Cassin",
"id": "contact-100001",
"lastName": "Jimmy"
}
],
"msg": "string"
}
Loading...