Forum Discussion
LucaP2495
Mar 21, 2025Copper Contributor
DevOps REST API - identity picker (query on list of users)
I'm using DevOps REST API via OAuth 2.0 to populate the fields of work item types. For "identity" fields, such as "System.AssignedTo", I'm having a hard time trying to figure out the best API that a...
Kidd_Ip
Aug 03, 2026MVP
Would suggest this:
- Use the IMS Identities API on vssps.dev.azure.com.
- Pass the same OAuth token you use for dev.azure.com APIs.
- Query with the correct searchFilter and filterValue.
- Cache results client-side if you need a “picker” experience similar to the DevOps UI.