Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
Note the Graph API is still in BETA so this is a longer term request once in GA.
Create Access Review for a Team based on one of the Business review templates. e.g.
Access reviews of memberships of a group
Access reviews of guest user memberships of a group
A SharePoint list should be created to hold the Access review Business review templates. This list should also contain the values to map to in the request the team app entry form
Then a point of requesting a team the user selects a option that will determine what type of review is required.
This would trigger the Graph API POST /accessReviews to be run
Pre requisites. This would require Azure AD Premium 2 licences for the reviewers
Note the Graph API is still in BETA so this is a longer term request once in GA.
Create Access Review for a Team based on one of the Business review templates. e.g.
Access reviews of memberships of a group
Access reviews of guest user memberships of a group
A SharePoint list should be created to hold the Access review Business review templates. This list should also contain the values to map to in the request the team app entry form
Then a point of requesting a team the user selects a option that will determine what type of review is required.
This would trigger the Graph API POST /accessReviews to be run
Pre requisites. This would require Azure AD Premium 2 licences for the reviewers