AckdbMemberUpdateRequest

Patch a member. Only provided fields change; nullable fields accept null to clear.

Properties

emailstring (nullable)
namestring (nullable)
titlestring (nullable)
teamstring (nullable)
managerIdstring (nullable)
isActiveboolean
notesstring (nullable)
sourceIdsarray of
sourcestring
externalIdTypestring
externalIdValuestring

Example

AckdbMemberUpdateRequest example
{
  "email": "string",
  "name": "string",
  "title": "string",
  "team": "string",
  "managerId": "string",
  "isActive": false,
  "notes": "string",
  "sourceIds": [
    {
      "source": "string",
      "externalIdType": "string",
      "externalIdValue": "string"
    }
  ]
}