This is what ended up working. I did not need to reference the “response” portion of the object.
$object->results[0]['data']['email']
solved How do I parse out this object/array in php?
This is what ended up working. I did not need to reference the “response” portion of the object.
$object->results[0]['data']['email']
solved How do I parse out this object/array in php?