Get workspace users via API

As part of our ongoing work to improve the mabl API, we've added endpoints for querying and retrieving users in your workspace:

You can use these endpoints to look up a user by their ID or export user information to an internal reporting tool.

Try it out

Before using the user API endpoints, you need access to:

  1. API key: a "Viewer" API key is required for authenticating your requests
  2. Workspace ID: the ID for your team's workspace

Go to the API reference section take the following steps:

  1. Click on Query users
  2. In the Authentication section, add "key" to the username field and the API key to the password field.
  3. In the Path params section, add the workspace ID.
  4. To send the request, click on the Try it! button.
get users in a workspace

Getting users in a workspace

Alternatively, you may copy and paste the generated request script for use in your own workflow.

Learn more

For more information on using the mabl API, see our documentation.