I am working on a cloud-orchestration application where I wish to provide access to office 365 resources to my organization's users. The user selects the 'office 365' icon shown in UI and asks for permission to access the set of office 65 resources. The admin would provide access for all or some of the office 365 resources.I have analyzed Microsoft's Graph API to create/update/delete users and groups.
Consider the example that I have bought 50 office 365 licences and provide access to the users for specific resources like share point, excel etc.,
I am unable to find-out the office 365 API's to create roles and permission for roles and then to apply roles to users.