I am building a custom SCIM client that will be connected to Azure AD (using an Enterprise Application). I am only interested in user synchronization, I do not need group information.
My question is if I only implement the
/User
endpoint and not the/Group
endpoint, will the/User
endpoint if the provisioning is done using groups (and not user) from the AAD portal?