OBJECT

AzureAdUser

Description

Azure AD user.

link GraphQL Schema definition

  • type AzureAdUser {
  • # Display name of the Azure AD user.
  • displayName: String!
  • # Principal user name of the Azure AD user.
  • principalUserName: String!
  • # User type of the Azure AD user.
  • userType: String!
  • # Creation type of the Azure AD user.
  • creationType: String!
  • # On-prem sync status of the Azure AD user.
  • onPremSyncStatus: AzureAdOnPremSyncStatus!
  • }