/v1.1/usersAsk AIget https://devapi.edrv.io/v1.1/usersList users in your organizationQuery Paramsfirstnamestringlastnamestringactivebooleantruefalseemailstringaddress.countrystringaddress.citystringaddress.postalCodestringaddress.statestringphone.mobilestringphone.workstringphone.homestringpaginate_limitinteger1 to 1000Defaults to 20Number of results per pagepaginate_pagestringThe queried page indexpaginate_enabledbooleanDefaults to trueEnable paginationtruefalsesort_bystringDefaults to createdAtSort data by this keysort_orderstringenumDefaults to descasc to sort ascending (default is desc - descending)descascAllowed:descasccreatedAt[$gte]date-timeFilter for data >= this ISO timestampcreatedAt[$lte]date-timeFilter for data <= this ISO timestampupdatedAt[$gte]date-timeFilter for data >= this ISO timestampupdatedAt[$lte]date-timeFilter for data <= this ISO timestampResponses 200Returns a list of user objects 400A failure responseUpdated over 2 years ago