AckdbMemberIdsResponse
Properties
segmentIdstringrequiredentityIdsarray ofrequiredMember ids (company entity_id or contact_id), ascending.
string
nextCursorstring (nullable)requiredPass as ?after= for the next page; null when the set is exhausted.
hasMorebooleanrequiredExample
AckdbMemberIdsResponse example
{
"segmentId": "string",
"entityIds": [
"string"
],
"nextCursor": "string",
"hasMore": false
}