# Account Management ## List user accounts - [GET /accounts](https://docs.ticketingevents.com/openapi/account-management/list_accounts.md): Retrieve a list of TickeTing user accounts. ## Create a new account - [POST /accounts](https://docs.ticketingevents.com/openapi/account-management/create_account.md): Create a new TickeTing user account. Most user data is optional for account creation, so there is flexibility in the stage of the onboarding process at which data is captured. ## Retrieve account details - [GET /accounts/{number}](https://docs.ticketingevents.com/openapi/account-management/retrieve_account.md): Returns details of the specified user account. ## Modify account details - [PUT /accounts/{number}](https://docs.ticketingevents.com/openapi/account-management/update_account.md): Update the details of the specified user account ## Remove an account - [DELETE /accounts/{number}](https://docs.ticketingevents.com/openapi/account-management/delete_account.md): Completely remove an account from the system. An account can only be deleted if it does not currently hold tickets to upcoming events. ## Retrieve account preferences - [GET /accounts/{number}/preferences](https://docs.ticketingevents.com/openapi/account-management/retrieve_account_preferences.md): Returns the user preferences for the account. ## Update account preferences - [PUT /accounts/{number}/preferences](https://docs.ticketingevents.com/openapi/account-management/update_account_preferences.md): Make changes to the account's user preferences ## List managed hosts - [GET /accounts/{number}/hosts](https://docs.ticketingevents.com/openapi/account-management/list_account_hosts.md): Retrieve a list of registered event hosts for which this user has administrative permissions. ## Lookup an account - [POST /lookups](https://docs.ticketingevents.com/openapi/account-management/lookup_account.md): Test the existenc of an account using its username or email address. A user role can optionally be provided to test for the existence of accounts of a certain type.