Accounts
The Accounts page displays a list of all user accounts, searchable according to user ID and username. From here you can view, edit, and delete any user. See User accounts to learn more.
By default the System User is always present, represented by UUID 00000000-0000-0000-0000-000000000000
.
Console Accounts Page
Select any desired user to view and edit the corresponding details. From the user details page you can:
- Export the user data, useful for example to handle Data Privacy requests
- Ban the user
- Delete the user, optionally performing a Recorded Delete to record this action in the database, again useful for handling Data Privacy requests
- View and edit the user’s Profile, Authentication links, Friends, Groups, Wallet, Purchases, Subscriptions, and Storage objects
Profile
View and update the following user account details:
Field | Description |
---|---|
User ID | The unique identifier for the user. (Read only) |
Username | A unique nickname for the user. |
Display Name | The display name for the user, if any. |
Avatar URL | A URL with a profile picture for the user, if any. |
Location | The location of the user, if any. |
Timezone | The timezone of the user, if any. |
Create Time | A timestamp for when the user was created. (Read only) |
Update Time | A timestamp for when the user was last updated. (Read only) |
Metadata | A slot for custom information for the user. (Read only from the client) |
Console User Profile Tab
Authentication
View the authentication methods for this user and link/unlink additional methods.
Console User Authentication Tab
Friends
View all friends for this user along with their state, and remove any friends as desired.
Console User Friends Tab
Groups
View all groups for this user along with their state in each group, and remove the user from any groups as desired.
Console User Groups Tab
Wallet
View all wallet ledger items for this user, and update the user wallet. See Virtual Wallet.
Console User Wallet Tab
Purchases
View transaction details for the user’s in-app purchases.
Console User Purchases Tab
Subscriptions
View transaction details for the user’s subscription in-app purchases.
Console User Purchases Tab
Storage
View all storage objects associated with this user, filtering by collection and key.
Console User Purchases Tab