Lab accounts encapsulate the information needed to place orders and receive results for a particular lab. They are tied to Orgs and can be dynamically linked to as many Teams within the Org as desired. When an active lab account is linked to a Team, that Team can place orders using that lab account. A Team can have multiple lab accounts linked, even for a single lab, but an individual order must be placed with a single lab account. The Create Order endpoint accepts aDocumentation Index
Fetch the complete documentation index at: https://docs.junction.com/llms.txt
Use this file to discover all available pages before exploring further.
lab_account_id to specify the lab account.
Lab accounts for an Org can be viewed using the Get Lab Accounts (Org-level) endpoint. Teams can fetch their available lab accounts using Get Lab Accounts (Team-level). Team linkage is managed only through the Update Lab Account Teams (Org-level) endpoint.
Which endpoint should I use?
Use both endpoints for different jobs. They are complementary, not interchangeable.| Topic | Org-level Get Lab Accounts | Team-level Get Lab Accounts |
|---|---|---|
| Scope | Returns lab accounts for the Org, across teams | Returns lab accounts available to one team context |
| Typical user | Org admin or platform integrator | Team-scoped integration |
| Best use case | Org-wide visibility and management | Team-specific runtime operations |
| Filtering behavior | Can be used to review accounts at the Org level and understand team linkage | Returns only accounts available in the current team context |
- Use the team-level endpoint when operating within one team context.
- Use the org-level endpoint when you need cross-team, org-level management views.
- There is no team-level endpoint for updating lab account team linkage.
- Org-level endpoint: An operations admin audits all lab accounts in the Org and confirms which teams are linked to each account.
- Team-level endpoint: A team-specific ordering workflow fetches only the lab accounts that team can use before creating an order.