Home > @tridion-sites/open-api-client > BatchSwitchUserEnabledStateRequest
Represents the request for the batch operation that changes the enabled state of users.
Signature:
export type BatchSwitchUserEnabledStateRequest = BatchOperationRequest & {
IsEnabled?: boolean;
};
References: BatchOperationRequest