How to extract data from a function that is in the response for a POST request?

Hi…

The response file has the following format:

...

I would like to know how to extract data for specific variables like ‘id’ or ‘un’ etc from the following statement => parent.location.href="…id = 1232&un=abc@gmail.com…";

Thanks in advance