Microsoft Entra – Gotchas

Service ID: azure-active-directory

Microsoft Entra formerly know as Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employee's sign in and access resources in.

⚠️

3 gotchas across 3 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Departments1 gotcha

alldepartmentsAll

Microsoft Azure Active Directory does not include a total count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true with a ConsistencyLevel: eventual header — an extra requirement not currently implemented.

allemployeeSchedulesAll

Microsoft Azure Active Directory does not include a total count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true with a ConsistencyLevel: eventual header — an extra requirement not currently implemented.

Employees1 gotcha

allemployeesAll

Microsoft Azure Active Directory does not include a total count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true with a ConsistencyLevel: eventual header — an extra requirement not currently implemented.