This validator will check if the ownerId and the name of the organization not exist in the database by applying the following steps in sequence:
Get the organization owner users from the database
Check if the ownerIds and the name of the organization exist in the database
throw error if exist else return 200
Generated using TypeDoc
Validate the ownerId and the name of the organization not exist in the database.