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.
Hello Anil_kumar ,
You can get the user details using this endpoint: {pwaSite}/_api/ProjectServer/Projects('{projectGuid}')/CheckedOutBy
Paul
2 Replies
Hello Anil_kumar ,
You can get the user details using this endpoint: {pwaSite}/_api/ProjectServer/Projects('{projectGuid}')/CheckedOutBy
Paul
- Anil_kumarBrass Contributor
Thanks paul, it works.