POST
/v1/mgmt/user/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
- See Manage Users for further details on managing users.
- See The User Object for further details on the user object.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
body
Requiredstring
Status code | Description |
---|---|
200 | OK |
Was this helpful?