UserClaimedStatus
Describes the user's claimed status.
Note that this is only used for warehoused users that were created by employer / partner onboarding on behalf of the human who is employed enrolled in their health plan. For direct-to-consumer accounts, this is not applicable.
enum UserClaimedStatus {
CLAIMED
UNCLAIMED
}
Values
UserClaimedStatus.CLAIMED
User has been claimed.
UserClaimedStatus.UNCLAIMED
User hasn't been claimed.
Member of
UserProfile
object