I'm writing an application that works with salesforce.
Is it safe to consider an instance URL globally unique per instance/organization?
(Example: https://na136.salesforce.com/)
For example each user should connect their salesforce instance to my application and to differentiate users I need something unique to identify them, this would be instance URL?
00D. It is guaranteed to be unique for that org (and is also conveniently part of the Identity URL). – sfdcfox Aug 11 '20 at 01:57