Subject to search using the Graph API

interface GraphSubjectQuery {
    query?: string;
    scopeDescriptor?: string;
    subjectKind?: string[];
}

Properties

query?: string

Search term to search for Azure Devops users or/and groups

scopeDescriptor?: string

Optional parameter. Specify a non-default scope (collection, project) to search for users or groups within the scope.

subjectKind?: string[]

"User" or "Group" can be specified, both or either