ActiveDirectoryUser Interface
public interface ActiveDirectoryUser extends ActiveDirectoryObject,HasInner,Updatable<ActiveDirectoryUser.Update>
An immutable client-side representation of an Azure AD user.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | mail() |
String | mailNickname() |
String | signInName() |
Country |
usageLocation() |
String | userPrincipalName() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Updatable<T>.update()
Method Details
public String mail()
Returns:
user mail
mailNickname
public String mailNickname()
Returns:
the mail alias for the user
signInName
public String signInName()
Returns:
user signIn name
usageLocation
public CountryIsoCode usageLocation()
Returns:
the usage location of the user
userPrincipalName
public String userPrincipalName()
Returns:
user principal name
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java