Jump to content

jd39

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    jd39 reacted to Tyson in Customer User/Password Validation Via API   
    $data = [ 'username' => "username", 'vars' => [ 'username' => "username", 'password' => "password" ], 'type' => "any" ]; $response = $api->get("users", "auth", $data, "any"); The parameter names are the keys to the array you pass as $data.
×
×
  • Create New...