Jamf Pro supports the memberOf and transitiveMemberOf properties for Entra ID integrations. These properties allow you to access group membership information from Entra ID. memberOf shows direct group memberships (groups the user is directly added to), while transitiveMemberOf shows all group memberships recursively (e.g., if a user is in Group A, and Group A is in Group B, transitiveMemberOf will show both Group A and Group B).
You can use memberOf and transitiveMemberOf as computer or mobile device extension attributes. For more information, see Computer Extension Attributes and Mobile Device Extension Attributes in the Jamf Pro Documentation.
To use the memberOf or transitiveMemberOf properties in Jamf Pro, you must specify which attribute you want to use with dot notation.
memberOf.displayName or transitiveMemberOf.displayName
To ensure that the
memberOfattributes are automatically kept up to date, you must have the Collect user and location information from Directory Service checkbox selected in .The attribute values can be returned as either single- or multi-value depending on the group membership structure.
The
memberOfandtransitiveMemberOfproperties are case-sensitive. Ensure you use exact casing.If you expect your extension attribute to return multiple lines, configure it to display in an inventory tab other than General (e.g., Hardware or Extension attributes).
For more information, see the following documentation from Microsoft: