Get User Login History
Gets the user login history.
Gets the login history details of users.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
Query Parameters
- pageNo
Default: 1
- pageSize
Default: 100
- sortName
Default: id
- isDescendingOrder
- queryString
query String
- id
User ID.
- loginName
User login name.
- startLoginDate
Search for the users who logged in within a specific duration. startLoginDate denotes the from date.
- endLoginDate
Search for the users who logged in within a specific duration. endLoginDate denotes the to date.
- startLogoutDate
Search for the users who logged out within a specific duration. startLogoutDate denotes the from date.
- endLogoutDate
Search for the users who logged out within a specific duration. endLogoutDate denotes the to date.
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder
Loading Examples...