Be able to specify the company required at login
We are operating with multiple companies within a single Xero account. It would be more secure if we could pre-select a company rather than leaving it to the user to select one after they have logged on.
In PHP we call
$XeroOAuth->request('GET', $XeroOAuth->url('RequestToken', ''), $params);
i.e. Can we include the company in the $params?
10
votes
Dave
shared this idea