Wondering if there is any way to write a ConditionExpresson If statement on a Put, a pseudocode example of what i'm looking for:
IF email already exists AND verified equals false
THEN allow PUT
IF email already exists AND verified equals true
THEN don't allow PUT
IF email does not exist
THEN allow PUT
Cheers