Information about all roles and permissions of an Associate in a BusinessUnit.

interface BusinessUnitAssociateResponse {
    associateRoles: AssociateRole[];
    customer: CustomerReference;
    inheritedAssociateRoles: AssociateRole[];
    permissions: Permission[];
}

Properties

associateRoles: AssociateRole[]

Roles assigned to Associates in the Business Unit.

The Customer that acts as an Associate in the Business Unit.

inheritedAssociateRoles: AssociateRole[]

Roles inherited by Associates from the parent Business Unit.

permissions: Permission[]

Permissions the Associate has in the Business Unit.