Register your application

You need to create an app registration in your Entra ID tenant, to allow EntraCP to query it.
This article will guide you through the steps to create it.

Permissions required

EntraCP connects to your tenant to search for users, groups, and to get the group membership of the users.
To achieve this, it needs the application permissions (not delegated) GroupMember.Read.All and User.Read.All.

Note

The less privileged permission User.ReadBasic.All cannot be used because it prevents using the property UserType, which is essential to determine if the user is a member or a guest. More information here.

Create the app registration