Skip to main content

Interface: ClaimsResetAllResponse

Defined in: type/ClaimsResetAllResponse.ts:6

Object class for ClaimsResetAllResponse Response for bulk user claims reset operations. Provides detailed statistics about the batch claims reset process, including success and failure counts.

Properties

completed

completed: boolean

Defined in: type/ClaimsResetAllResponse.ts:14

Whether the entire batch operation completed successfully


errorCount

errorCount: number

Defined in: type/ClaimsResetAllResponse.ts:10

Number of users whose claims reset failed


successCount

successCount: number

Defined in: type/ClaimsResetAllResponse.ts:8

Number of users whose claims were successfully reset


totalProcessed

totalProcessed: number

Defined in: type/ClaimsResetAllResponse.ts:12

Total number of users processed in the batch operation