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.
- NestJS
- Express
- Fastify
import { EnableUserDTO } from '@nauth-toolkit/nestjs';
import { EnableUserDTO } from '@nauth-toolkit/core';
import { EnableUserDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description with validation inline |
|---|---|---|---|
sub | string | Yes | User UUID to enable. Must be valid UUID format. |
Example
{
"sub": "550e8400-e29b-41d4-a716-446655440000"
}