If you need to view the list of users, roles, and emails for a given workspace, you can obtain this information in the mabl app, CLI, and API.
Visit the teams page in the app
To view a list of members in a given workspace, visit the team page: Settings > Team.
List users in the CLI
To list workspace members in the mabl CLI, run the mabl users list
command.
Optional arguments for this command include the following:
Option | Details |
--workspace-id or -w |
List users from a specific workspace using the workspace ID. |
--limit , -l |
Specify the number of users to return. The default is 10. |
--output , -o |
The default output is a table. You may change the output format to "json" or "yaml". |
Get workspace users via API
The mabl API includes the following endpoints for retrieving information about users in a workspace: