AckdbMember

A member of the tenant's internal GTM team (the full internal_users row).

Properties

idstringrequired

ULID.

emailstring (nullable)
namestring (nullable)
titlestring (nullable)

Function/role, e.g. Account Executive, SE, CSM.

teamstring (nullable)
managerIdstring (nullable)

Self-referential org hierarchy (a member id).

isActivebooleanrequired

false = deactivated; excluded from active lookups.

sourceIdsarray ofrequired

Deterministic source-id map (e.g. hubspot_owner_id, slack_user_id → member).

sourcestring
externalIdTypestring
externalIdValuestring
notesstring (nullable)
createdAtstring <date-time>required
updatedAtstring <date-time>required

Example

AckdbMember example
{
  "id": "string",
  "email": "string",
  "name": "string",
  "title": "string",
  "team": "string",
  "managerId": "string",
  "isActive": false,
  "sourceIds": [
    {
      "source": "string",
      "externalIdType": "string",
      "externalIdValue": "string"
    }
  ],
  "notes": "string",
  "createdAt": "1970-01-01T00:00:00.000Z",
  "updatedAt": "1970-01-01T00:00:00.000Z"
}