Search usersAsk AIget https://restapi.rev.io/v1/UsersSearch for one or more users.Metadatasearch.user_idarray of stringsQuery by user identifier.search.user_idADD stringsearch.agent_idarray of stringsQuery by agentssearch.agent_idADD stringsearch.customer_hierarchy_idarray of stringsQuery by customer hierarchiessearch.customer_hierarchy_idADD stringsearch.loginarray of stringsQuery by all or part of login/username.search.loginADD stringsearch.first_namearray of stringsQuery by all or part of first name.search.first_nameADD stringsearch.last_namearray of stringsQuery by all or part of last name.search.last_nameADD stringsearch.emailarray of stringsQuery by all or part of email.search.emailADD stringsearch.activebooleanReturn when Null: All; when True: Only Active; when False: Only Inactive.truefalsesearch.created_date_startdate-timeQuery by created date.search.created_date_enddate-timeQuery by created date.search.page_sizeint32Defines how many items to return at a time.search.pageint32Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago