'Purview API - How to get names from IDs?
I'm trying to get the name / email of a user that is a owner / expert of an entity in Purview. Is there an API endpoint that I can use for this? The current output i get is:
"contacts": {"Owner": [{"id": "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"}], "Expert": [{"id": "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"}]}
Solution 1:[1]
I'm from the Microsoft for Founders Hub team. Please use the below command and result includes Owner/Expert details.
GET {Endpoint}/catalog/api/atlas/v2/entity/guid/{guid}?minExtInfo={minExtInfo}&ignoreRelationships={ignoreRelationships}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |