ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Parameters

      • request: NextRequest
      • __namedParameters: { params: Promise<{ id: string }> }

      Returns Promise<
          | NextResponse<{ message: string }>
          | NextResponse<
              {
                  avatar: string
                  | null;
                  codeExpiresAt: Date | null;
                  createdAt: Date;
                  email: string;
                  emailVerifiedAt: Date | null;
                  id: string;
                  isProtected: boolean;
                  isTabletUser: boolean;
                  isTrashed: boolean;
                  lastSignInAt: Date | null;
                  name: string | null;
                  productionCode: string | null;
                  role: { id: string; isProtected: boolean; name: string; slug: string };
                  roleId: string;
                  status: UserStatus;
                  twoFactorEnabled: boolean;
                  twoFactorVerifiedAt: Date | null;
                  updatedAt: Date;
              },
          >,
      >