Hey everyone!
I'm working on a Power Automate Flow where we previously used the DevOps API with a PAT to get the Users/Identities from an organization. Now we're being told not to use PATs, which is really limiting our options.
Our main goal is to fill in the "Assigned To" field when creating or updating a Work Item via API. Eventually, we’d like to add mentions in comments, which would require the Identity ID, but we can skip that for now.
Any ideas on how we can achieve this without using a PAT? Thanks!