Forum Discussion
Gokulnathkumar
Feb 04, 2022Copper Contributor
How to Find the user name from the ID.
I am getting an user ID from the Pipeline Run. However, I see I couldn't find any user with the ID `987l9060-jb7f-4kj6-b976-9g98b0d6789x` mentioned in the Error message. Is there a quick way to find ...
liuzhe-lz
May 15, 2024Copper Contributor
Use this API: https://vssps.dev.azure.com/{organization}/_apis/graph/users
Search for the ID in the result and you will find its display name.
Search for the ID in the result and you will find its display name.