This endpoint will return all the data associated with Users.

The Users Object

KeyTypeDescription
dataArrayThe array storing individual user results.
first_nameStringThe first name of the Lender user who logged into Snapdocs system.
last_nameStringThe last name of the Lender user who logged into Snapdocs system.
email_addressStringThe email address of the Lender user who logged into Snapdocs system.
roleStringThe role of the Lender user logging in (e.g., Closure, Admin, Loan Officer, etc.)
isactiveBooleanThe current status of the Lender user. Display True if it's an active user. Display False if it's an Inactive users.
last_action_date_timeStringThe last time this Lender user logged into the platform. This timestamp will be used to filter query using Start and End Timestamp in the API request.
metaObjectThe object storing metadata about the returned user results.
current_pageIntegerThe current page of the paginated results.
next_pageIntegerThe next page number of the paginated results.
page_sizeIntegerThe number of results per page.
total_countIntegerThe total number of results.
total_pagesIntegerThe total number of pages of paginated results.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!