Allows you to retrieve users

GET {{baseUrl}}/Users?where=<string>&order=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
If-Modified-SincestringOnly records created or modified since this timestamp will be returned
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;17932a4e-4948-4d50-8672-4ef0e1dd90c5&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1553880796393)/&quot;,&quot;Users&quot;:[{&quot;UserID&quot;:&quot;3c37ef1d-cd49-4589-9787-3c418ed8b6ac&quot;,&quot;EmailAddress&quot;:&quot;test@email.com&quot;,&quot;FirstName&quot;:&quot;Test&quot;,&quot;LastName&quot;:&quot;Xero&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1508523261613+0000)/&quot;,&quot;IsSubscriber&quot;:false,&quot;OrganisationRole&quot;:&quot;FINANCIALADVISER&quot;},{&quot;UserID&quot;:&quot;d1164823-0ac1-41ad-987b-b4e30fe0b273&quot;,&quot;EmailAddress&quot;:&quot;api@xero.com&quot;,&quot;FirstName&quot;:&quot;API &quot;,&quot;LastName&quot;:&quot;Team&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1511957179217+0000)/&quot;,&quot;IsSubscriber&quot;:true,&quot;OrganisationRole&quot;:&quot;FINANCIALADVISER&quot;}]}