Get User Login History

Gets the user login history.

Gets the login history details of users.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

Query Parameters

  • pageNointeger

    Default: 1

  • pageSizeinteger

    Default: 100

  • sortNamestring

    Default: id

  • isDescendingOrderboolean

  • queryStringstring

    query String

  • idstring

    User ID.

  • loginNamestring

    User login name.

  • startLoginDatestring

    Search for the users who logged in within a specific duration. startLoginDate denotes the from date.

  • endLoginDatestring

    Search for the users who logged in within a specific duration. endLoginDate denotes the to date.

  • startLogoutDatestring

    Search for the users who logged out within a specific duration. startLogoutDate denotes the from date.

  • endLogoutDatestring

    Search for the users who logged out within a specific duration. endLogoutDate denotes the to date.

Responses

  • resultsarray

  • totalResultsinteger

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • nextPageNointeger

  • previousPageNointeger

  • descendingOrderboolean

Loading Examples...