History
Get history
Retrieve the history of the current user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A list of user history records.
Unique identifier for the user history record.
Unique identifier for the user.
Type of the user action.
Available options:
created
, updated
, avatar_created
, avatar_updated
, avatar_removed
, login_successful
, login_failed
, invite_created
, invite_accepted
, invite_rejected
, token_refresh
, user_workspace_member_add
, user_workspace_member_remove
, user_workspace_member_updated
, user_account_member_updated
, user_account_member_remove
Identifier for the related record.
Additional data related to the user action.
Was this page helpful?