» Data Source: azuread_user
Gets information about an Azure Active Directory user.
NOTE: If you're authenticating using a Service Principal then it must have permissions to Read directory data within the Windows Azure Active Directory API.
» Example Usage
data "azuread_user" "test_user" {
user_principal_name = "john@hashicorp.com"
}
» Argument Reference
The following arguments are supported:
-
user_principal_name- (Required) The User Principal Name of the Azure AD User.
» Attributes Reference
The following attributes are exported:
-
id- The Object ID of the Azure AD User. -
user_principal_name- The User Principal Name of the Azure AD User. -
account_enabled-Trueif the account is enabled; otherwiseFalse. -
display_name- The Display Name of the Azure AD User. -
mail- The primary email address of the Azure AD User. -
mail_nickname- The email alias of the Azure AD User.