Jump to content

jasmurray

New Members
  • Posts

    3
  • Joined

  • Last visited

jasmurray's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Told ya, im a newb :-) Was making it too difficult.
  2. Thanks all, I actually figured it out almost right after I posted this. I just did this to get what I needed $ruser_uuid = $response['members']['0']['uuid']; $rnum_uuid = $response['members']['0']['numbers']['0']['uuid']; Thanks!
  3. Hi all, I'm still new to looping through array and was wondering if someone could help me out building a loop. Here is the array i get back thats assigned to $response Array ( [members] => Array ( [0] => Array ( [type] => USER_REAL_USER [uuid] => 12b210fc-51f0-4b3f-b1fa-b8b09c78cd06 [firstName] => Kellie [lastName] => Melby [userName] => kmelby@email.com [displayName] => [url] => https:// [numbers] => Array ( [0] => Array ( [uuid] => 7a80407a-36d4-4bd4-be4c-c4888e0a932a [internal] => 5398 [external] => [siteToSite] => 81005398 [incomingCallMaximum] => 2 [primary] => 1 [url] => https:// ) ) ) ) What I want to do is assign a variable to each of the uuid objects. I've been trying different foreach loops but nothing is working for me. Might be simple to someone but like I said I'm still learning and been to many pages but nothing seems to match exactly to what I am trying to do. Thanks for any help anyone can provide!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.