tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > BatchSwitchUserEnabledStateRequest

BatchSwitchUserEnabledStateRequest type

Represents the request for the batch operation that changes the enabled state of users.

Signature:

export type BatchSwitchUserEnabledStateRequest = BatchOperationRequest & {
    IsEnabled?: boolean;
};

References: BatchOperationRequest