> For the complete documentation index, see [llms.txt](https://docs.terragon.io/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terragon.io/documents/appendix/player-activity-type.md).

# Player Activity Type

<table><thead><tr><th width="203">Name</th><th width="194">Enum</th><th>Description</th></tr></thead><tbody><tr><td>Register</td><td><code>register</code></td><td>This happens upon registrations</td></tr><tr><td>Password Change</td><td><code>password_change</code></td><td>This happens after users changed password</td></tr><tr><td>Login</td><td><code>login</code></td><td>This happens after users logged in</td></tr><tr><td>Logout</td><td><code>logout</code></td><td>This happens after users logged out</td></tr><tr><td>Deposit</td><td><code>deposit</code></td><td>This happens after users deposited</td></tr><tr><td>Withdrawal</td><td><code>withdrawal</code></td><td>This happens after users withdrawed</td></tr></tbody></table>
