As an org user, I want to see a URL for each member on their member view page, so I can copy it — for example, to other services that that provide related member services.
Use the member's subject id from the oauth user data, rather than the user pk, as the unique location for the member's page. do this throughout the interface
(Alan suggested supporting both forms of URL. If the length of the ID string is less than 15 characters, it's a PK. Set up a view for that, redirect to the main view that uses subject id = 15 chars.)
Display this permalink URL in member "Basic Information" as "Permanent Link".
As an org user, I want to see a URL for each member on their member view page, so I can copy it — for example, to other services that that provide related member services.