@Nilesh Pandey , thank you for reaching out to us. You can change userPrincipalName and mail
for changing login Email ID
Mail is the SMTP address for the user, for example, jeff@Company portal .onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as a SMTP address.
The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@keyman , where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the
verifiedDomains
property of organization.
You will have to add xyz.com as a verified domain in your organization and then change the user's userPrincipalName
and mail
. The best way to do this is to use PowerShell. Check out this thread around an approach for updating bulk users.
For your question
how do I change the email id for Azure databricks
No change is required from Azure Databricks side, because if you configure a new email in AAD, that will be available in databricks. Azure Databricks uses Single Sign-on (SSO) in the form of Azure Active Directory-backed login for all customers.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.