Get the list of the user with indico profile

How to get the list of users with indico profile and export in excel file and delete those generated for testing purpose
thanks

It is currently not possible to completely delete an indico account (technically it MAY work if the account was not linked to events etc., but we do not support this).

You can see all users in the administration area by searching for something every user has, e.g. @ in the email address.


You can also do the search from the command line:

indico user search -e '@' --substring

The output looks like this:

[indico@myserver]> indico user search -e '@' --substring
+Users--+------------+-----------+-------------------------+-------------+
|    ID | First Name | Last Name | Email                   | Affiliation |
+-------+------------+-----------+-------------------------+-------------+
|     1 | Adrian     | Mönnich   | adrian.moennich@cern.ch | CERN        |
+-------+------------+-----------+-------------------------+-------------+