You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
if (isset($_REQUEST['users'])) {
$response = $XeroOAuth->request('GET', $XeroOAuth->url('Users', 'core'), array('Where' => $_REQUEST['where']));
if ($XeroOAuth->response['code'] == 200) {
$users = $XeroOAuth->parseResponse($XeroOAuth->response['response'], $XeroOAuth->response['format']);
echo "There are " . count($users->Users[0]). " users in this Xero organisation, the first one is: ";
pr($users->Users[0]->User);
} else {
outputError($XeroOAuth);
}
}
To get the user information after connecting with xero?
The text was updated successfully, but these errors were encountered:
AkhileshDahat
changed the title
Does this API provide this functionality?
Does API provide this functionality?
Nov 24, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To get the user information after connecting with xero?
The text was updated successfully, but these errors were encountered: