Skip to main content

EnableUserDTO

Package: @nauth-toolkit/core Type: DTO (Request)

Input DTO for administrative account unlocking. Clears all lock fields to reverse the effect of disableUser() or rate-limit lockouts.

import { EnableUserDTO } from '@nauth-toolkit/nestjs';

Properties

PropertyTypeRequiredDescription with validation inline
substringYesUser UUID to enable. Must be valid UUID format.

Example

{
"sub": "550e8400-e29b-41d4-a716-446655440000"
}

Used By