Skip to content

DoCurious API Reference / types / AccountStatus

Type Alias: AccountStatus

AccountStatus = "active" | "deactivated" | "dormant" | "pending_deletion" | "deleted"

Defined in: types/user.types.ts:76

Account lifecycle state.

Remarks

dormant is set automatically after prolonged inactivity. pending_deletion starts a 30-day grace period (see DeletionRequest) before the account is permanently deleted.

DoCurious Platform Documentation