0

On the Xero website, i can click on "My Xero" and it will return a list of organisations that i have created. Is it possible to return this list of organisations through the API functionality

Currently im logging in (through oauth) and then i only have access to that one organisation that the client selected. but im looking for a list of organisations registered to the xero profile

1 Answers1

0

Unfortunately not - the OAuth 1.0a process results in an access token that is specific to the Xero organisation, rather than the Xero user, so it's not feasible to have an endpoint that lists organisations for a user.

rustyskates
  • 856
  • 4
  • 10