Last Login Report
Retrieves a list of users and their last login date. Users who have never logged in will not be returned.
NOTE: As of Rev v7.22, this API is available.
GET
/api/v2/users/login-report
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| sortField | string | Valid sort entries here are Username and LastLogin. | |
| sortOrder | string | Valid sort order is asc or desc. |
Example Response
{
"UserId": "string",
"FullName": "string",
"Username": "string",
"LastLogin": "2018-04-17T14:45:20.789Z"
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |