Get User-Information by Tubitor User-ID
| Name | Type |
| name | String |
| verified | Boolean |
| String | |
| profileimage | String |
| mailverified | Boolean |
| birthday | Timestamp |
| registered | Timestamp |
Change Usernae of specific User
| Name | Type |
| name | String |
| Name | Type |
| success | String |
Get namespace-History of specific user.
| Name | Type |
| names | Array |
| names -> name | String |
| names -> time | Timestamp |
Update users mail by Tubitor User-ID
| Name | Type |
| String |
| Name | Type |
| success | String |
Verify users mail by Tubitor User-ID
| Name | Type |
| code | String |
| Name | Type |
| success | String |
Get Mail-History of specific user.
| Name | Type |
| mails | Array |
| mails -> mail | String |
| mails -> time | Timestamp |
| mails -> verified | Timestamp / false |
Get information about users 2factor-Authentication.
| Name | Type |
| type | mail / app |
| time | Timestamp |
| mailcode | String |
| appsecret | String |
Verify Authentication Code
| Name | Type |
| code | String |
| process | String |
| Name | Type |
| success | String |
Remove 2-Factor Authentication
| Name | Type |
| success | String |
Get the recoverycodes from specific User
| Name | Type |
| codes | Array |
| - code | String |
| - used | Boolean |
Get Sessions of specific User
| Name | Type |
| sessions | Array |
| - start | Timestamp |
| - end | Timestamp |
| - page | String |
| - device | Device ID |
| - lastactivity | Timestamp |
Logout from session
| Name | Type |
| session | String |
| Name | Type |
| success | String |
Get Devices of specific User
| Name | Type |
| devices | Array |
| - name | String |
| - created | Timestamp |
| - lastactivity | Timestamp |
| - os | String |
| - location | String |
| - browser | String |
Get Logins of specific User
| Name | Type |
| logins | Array |
| - time | Timestamp |
| - state | Integer |
| - device | String |
| - page | String |
Update users password by Tubitor User-ID
| Name | Type |
| newpassword | String |
| currentpassword | String |
| Name | Type |
| success | String |
https://tubitorapis.com/accounts/
Tubitor API-Token with access to 'accounts'.
API Author: Tubitor Developers
Website: developers.tubitor.com