Scenario
An application built using parse that has three different types of users
USER TYPE ROLES
user type A - create new users from user type B and C and allocate them tasks. User type B - log in and complete tasks allocated by user type A. User type c - Monitor tasks allocated by user type B.
User A signs up to the application then signs in to the application. They then can create a group of users from both user type B & C , who can log in and complete individual tasks assigned to them by user type A.
My question is this possible with parse ?
Userclass