The request body for the request is as in the code block below. Here, we are receiving the response with unwanted Identifier value such as 'D-NGMMH25' with prefix 'D'? How can we get only the valid Identifier assigned to our user.
{
"SearchRequest": {
"KeywordQuery": "NGMM",
"ExpirationDate": {
"@odata.type": "#DataScope.Select.Api.Search.DateRangeComparison",
"From": "2025-04-28T00:00:00.000Z",
"To": "2026-04-29T00:00:00.000Z"
},
"PreferredIdentifierType": "Ric",
"AssetStatus": "Active"
}
}