Need an up-to-date list of the users in your mabl workspace? Now you can export a list of users as a CSV file from the mabl app! Go to Settings > Team and click on the Download CSV button to export a CSV file containing the name, email, and role of all members in the workspace.
In addition to exporting a list of users as a CSV file, you can also get this list from the mabl CLI and mabl API:
-
mabl CLI - Run the
mabl users listcommand. Supported output formats are currently JSON and YAML. - mabl API - Use the query users endpoint to fetch a list of users. Make sure to provide your workspace ID as a query param.