Forum Discussion
Anil_kumar
Apr 24, 2025Brass Contributor
How to retrieve the user name from Project online project is checkedout using power automate
I am trying to retrive the user name , but in the backend i could find only checkout id, checkout description...etc. I want to retrive the username & put it in compose action.
- Apr 24, 2025
Hello Anil_kumar ,
You can get the user details using this endpoint: {pwaSite}/_api/ProjectServer/Projects('{projectGuid}')/CheckedOutBy
Paul
Paul_Mather
Apr 24, 2025MVP
Hello Anil_kumar ,
You can get the user details using this endpoint: {pwaSite}/_api/ProjectServer/Projects('{projectGuid}')/CheckedOutBy
Paul
- Anil_kumarApr 24, 2025Brass Contributor
Thanks paul, it works.