--- title: user tags: subscription --- ``` query MyQuery { users(where: {role: {_ilike: "%Recruiter%"}}) { id name role isDisable organizations { name isIndividual ownerId } } } ```