@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitAssociateResponse

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

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

    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.