How to extract only active status email value from the API responce

How to extract only active status email value from the API responce

Your API Response is JSON?
You have to deserialize JSON, so that it is an object. You can then access it.