Generated after a successful Set Associates update action.

interface BusinessUnitAssociatesSetMessagePayload {
    associates: Associate[];
    type: "BusinessUnitAssociatesSet";
}

Hierarchy (View Summary)

Properties

Properties

associates: Associate[]

The list of Associates that was updated on the Business Unit.

type: "BusinessUnitAssociatesSet"