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)isActivebooleannotesstring (nullable)sourceIdsarray ofsourcestringexternalIdTypestringexternalIdValuestringExample
AckdbMemberUpdateRequest example
{
"email": "string",
"name": "string",
"title": "string",
"team": "string",
"managerId": "string",
"isActive": false,
"notes": "string",
"sourceIds": [
{
"source": "string",
"externalIdType": "string",
"externalIdValue": "string"
}
]
}