Office 365 - How to Link Directly To A Users Delve Profile With Email Address
What
You've probably seen it before, when you navigate to a persons Delve profile in Office 365, the URL contains a unique UserID.
Example: https://aus.delve.office.com/?u=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx$v=work
Well there is a way to create a link that will send you to a users Delve profile based on their email address
Why
You may want to programatically show a list of users and link to their Delve Profiles.
How
The link below allows you to input an email address at the end, Office 365 will automatically translate this and re-direct you to the Users Profile
https://[TenantName]-my.sharepoint.com/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7C[EmailAddress]
You've probably seen it before, when you navigate to a persons Delve profile in Office 365, the URL contains a unique UserID.
Example: https://aus.delve.office.com/?u=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx$v=work
Well there is a way to create a link that will send you to a users Delve profile based on their email address
Why
You may want to programatically show a list of users and link to their Delve Profiles.
How
The link below allows you to input an email address at the end, Office 365 will automatically translate this and re-direct you to the Users Profile
https://[TenantName]-my.sharepoint.com/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7C[EmailAddress]
This comment has been removed by the author.
ReplyDelete