OBJECT

O365AdGroupMember

Description

An object that meets the specification of a Azure Active Directory group.

link GraphQL Schema definition

  • type O365AdGroupMember {
  • # The name of the Active Directory group member.
  • name: String!
  • # The user principal name of the Active Directory group member.
  • userPrincipalName: String!
  • # The Microsoft 365 ID of the Active Directory member.
  • naturalId: String!
  • # The preferred data location of the configured group member.
  • pdl: String!
  • }