Partager via


ActiveDirectoryUser Interface

Implements

public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInnerModel<MicrosoftGraphUserInner>, Updatable<Update>

An immutable client-side representation of an Azure AD user.

Method Summary

Modifier and Type Method and Description
abstract String mail()

Gets user mail.

abstract String mailNickname()

Gets the mail alias for the user.

abstract CountryIsoCode usageLocation()

Gets the usage location of the user.

abstract String userPrincipalName()

Gets user principal name.

Method Details

mail

public abstract String mail()

Gets user mail.

Returns:

user mail

mailNickname

public abstract String mailNickname()

Gets the mail alias for the user.

Returns:

the mail alias for the user

usageLocation

public abstract CountryIsoCode usageLocation()

Gets the usage location of the user.

Returns:

the usage location of the user

userPrincipalName

public abstract String userPrincipalName()

Gets user principal name.

Returns:

user principal name

Applies to