list contacts
GET/org/:orgId/contact
List all contacts under the given organization. If contactIds parameter is provided, return only those specific contacts.
Request
Path Parameters
Organization ID
Query Parameters
Comma-separated list of contact IDs to fetch specific contacts, up to 100 IDs
Email domain to filter contacts
List pagination size, default 1000, max value is 1000 (ignored when contactIds is provided)
List pagination offset, default 0 (ignored when contactIds is provided)
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
This is generated by Suger. When you create a new contact, do not provide.
info
object
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
]
[
{
"creationTime": "string",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"lastModifiedBy": "string",
"partner": "",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "string",
"name": "string",
"organizationID": "string"
}
]
Bad request error description
- application/json
- Schema
Schema
string
internal error description
- application/json
- Schema
Schema
string