Steps to modify REST API permissions
Though we suggest providing all the recommended permissions, organizational requirements may not allow this. In this section, you will learn how to modify the REST API permissions for an already configured tenant. If you are looking for a way to configure a tenant with only the permissions you require, please configure it manually.
Prerequisite: The tenant should have been successfully configured in ADManager Plus with REST API enabled for it. To learn how to configure a tenant in ADManager Plus and enable REST API, click here.
- Log in to the Azure AD admin center.
- Click Azure Active Directory from the left pane.
- Choose App registrations under Manage.
- Select All applications.
- Search for the application (client) name using the search bar and click it.
- Select API permissions under Manage.
- Choose Microsoft Graph.
- Click expand all to view all the permissions already granted to this application.
- Add, remove, or modify permissions as per your requirements.
- Click Update permissions.
- Select the Grant permission for domain_name option found at the top of the permissions table.
- Choose Yes in the pop-up that appears.
- Click Save and Continue > Grant admin consent > Yes.
- You have now successfully modified the permissions required by the REST API application.