Get Organization Users
tm.get_organizationUsersRetrieve a list of all organization users with their IDs, names, emails, roles, and TMS access status. Use this to find user IDs for assigning test cases to test runs.
Instructions
Lists every user in the LambdaTest organization/account, with their numeric user ID, name, email, role, group, and whether they have Test Manager (TMS) access enabled. Use this to look up a user's ID before assigning them via the assignee field on tm.add_testCasesToTestRun or similar tools. This calls an undocumented endpoint on a different LambdaTest service (auth.lambdatest.com, not the Test Manager API) sourced from the browser network inspector. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||