Get User's Login History

Get an user's login history, using a valid management key.

This API endpoint will loads the user's login history based on the user's userId.

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
string
Responses
200

OK

post/v1/mgmt/user/history
Request samples
Response samples
application/json
{
  • "usersAuthHistory": [
    ]
}