I am working on Microsoft Identity Manager (MIM) Portal and i want to Filter the data based on EmployeeID or ResourceID that follows the pattern as 1st character to be an Alphabet and then the following next 5 characters are Numbers, if any data not follows that pattern then it should not filter the data.
Below are the Filter query which copied from Extended Attributes section.
/Person[ObjectID = 'XXXXXX-a4e3-45b1-916f-XXXX']
Can some one please help on this ?
I want to Filter the data based on EmployeeID or ResourceID that follows the pattern as 1st character to be an Alphabet and then the following next 5 characters are Numbers