How to restrict api calls to verified users?

Hello, I have an object type called chunk on my parse server. I would like to restrict the creation of these classes to only users that have verified their email. What validation option in cloud code would I use to accomplish this?

You can create a beforeSave trigger and implement a custom rule for that.