get https://api.snapdocs.com/insights/v1/users
This endpoint will return all the data associated with Users.
The Users Object
Key | Type | Description |
---|---|---|
data | Array | The array storing individual user results. |
first_name | String | The first name of the Lender user who logged into Snapdocs system. |
last_name | String | The last name of the Lender user who logged into Snapdocs system. |
email_address | String | The email address of the Lender user who logged into Snapdocs system. |
role | String | The role of the Lender user logging in (e.g., Closure, Admin, Loan Officer, etc.) |
isactive | Boolean | The 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_time | String | The 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. |
meta | Object | The object storing metadata about the returned user results. |
current_page | Integer | The current page of the paginated results. |
next_page | Integer | The next page number of the paginated results. |
page_size | Integer | The number of results per page. |
total_count | Integer | The total number of results. |
total_pages | Integer | The total number of pages of paginated results. |