Forum Discussion

Anil_kumar's avatar
Anil_kumar
Brass Contributor
Apr 24, 2025
Solved

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.
  • Paul_Mather's avatar
    Apr 24, 2025

    Hello Anil_kumar ,

    You can get the user details using this endpoint: {pwaSite}/_api/ProjectServer/Projects('{projectGuid}')/CheckedOutBy

    Paul

Resources