|
| 1 | +--- |
| 2 | +id: private-device-allocation-to-teams |
| 3 | +title: Private Device Allocation to Teams |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Private Device Allocation to Teams |
| 6 | +description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today! |
| 7 | +keywords: |
| 8 | +- private device |
| 9 | +- private decive allocation to teams |
| 10 | +- real device |
| 11 | +- virtual device |
| 12 | +url: https://www.lambdatest.com/support/docs/private-device-allocation-to-teams/ |
| 13 | +site_name: LambdaTest |
| 14 | +slug: private-device-allocation-to-teams/ |
| 15 | +--- |
| 16 | + |
| 17 | +import Tabs from '@theme/Tabs'; |
| 18 | +import TabItem from '@theme/TabItem'; |
| 19 | + |
| 20 | +<script type="application/ld+json" |
| 21 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 22 | + "@context": "https://schema.org", |
| 23 | + "@type": "BreadcrumbList", |
| 24 | + "itemListElement": [{ |
| 25 | + "@type": "ListItem", |
| 26 | + "position": 1, |
| 27 | + "name": "LambdaTest", |
| 28 | + "item": "https://www.lambdatest.com" |
| 29 | + },{ |
| 30 | + "@type": "ListItem", |
| 31 | + "position": 2, |
| 32 | + "name": "Support", |
| 33 | + "item": "https://www.lambdatest.com/support/docs/" |
| 34 | + },{ |
| 35 | + "@type": "ListItem", |
| 36 | + "position": 3, |
| 37 | + "name": "Private Device Allocation to Teams", |
| 38 | + "item": "https://www.lambdatest.com/support/docs/private-device-allocation-to-teams/" |
| 39 | + }] |
| 40 | + }) |
| 41 | + }} |
| 42 | +></script> |
| 43 | +The Teams feature for Private Cloud Devices enables organization admins to divide and allocate private cloud devices among teams within their organization which ensures effective resource management. Team members then gain exclusive access to the allocated devices, ensuring efficient and secure testing workflows. |
| 44 | + |
| 45 | +## Steps to Allocate Devices to Teams |
| 46 | + |
| 47 | +### Step 1: Create or Select a Team |
| 48 | +- Go to the Teams section under the Organization Settings |
| 49 | +- Create your [Organization](/support/docs/team-management/#create-an-organization) |
| 50 | +- Then, create your [Team](/support/docs/team-management/#create-your-first-team) and assign members by selecting users from your organization. |
| 51 | + |
| 52 | +### Step 2: Allocate Devices to the Team |
| 53 | +In the **Private Cloud Devices** tab section, distribute your devices amongst your teams for restricted access via: |
| 54 | + |
| 55 | +<Tabs className="docs__val"> |
| 56 | + |
| 57 | +<TabItem value="bulk" label="Bulk Distribute" default> |
| 58 | + - Click on the **Bulk Distribute** button and select all the devices that you want to allocate to the teams. |
| 59 | + - Click on the **Distribute** button. In the popup, choose the teams from the dropdown list. |
| 60 | + - Click on the **Allocate** button. |
| 61 | +The devices will now appear in the team’s device pool, accessible only to its members. |
| 62 | + |
| 63 | +<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/bulk-distribute.gif').default} alt="Image" className="doc_img img_center"/> |
| 64 | + |
| 65 | +</TabItem> |
| 66 | + |
| 67 | +<TabItem value="single" label="Uni Distribute" default> |
| 68 | + - Click on the **Allocate** button from the right side of your desired device. |
| 69 | + - In the popup, choose the teams from the dropdown list. |
| 70 | + - Click on the **Allocate** button. |
| 71 | +The selected device will now appear in the team’s device pool, accessible only to its members. |
| 72 | + |
| 73 | +<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/uni-distribute.gif').default} alt="Image" className="doc_img img_center"/> |
| 74 | +</TabItem> |
| 75 | + |
| 76 | +</Tabs> |
| 77 | + |
| 78 | +> You can also see tags of all those teams to which those devices are allocated. |
| 79 | +
|
| 80 | +## De-Allocate any Device from Teams |
| 81 | +- Click on the **Deallocate** button from the right side of your desired device. |
| 82 | + |
| 83 | +The selected device will no longer appear in all those allocated team’s device pool. |
| 84 | + |
| 85 | +<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/deallocate-device.gif').default} alt="Image" className="doc_img img_center"/> |
| 86 | + |
| 87 | +## Edit Allocatation of any Device |
| 88 | +To edit allocation of any device, or simply if you want to add/remove any team allocation from any particular device then: |
| 89 | + |
| 90 | +- Click on the Edit Allocation button from the right side of your desired device. |
| 91 | +- Select or Deselect your required teams. |
| 92 | +- Click on the **Allocate** button. |
| 93 | + |
| 94 | +<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/edit-allocation.gif').default} alt="Image" className="doc_img img_center"/> |
| 95 | + |
| 96 | +## Filter your Devices |
| 97 | +In the topbar, you have plenty of options to filter your devices based on: |
| 98 | + |
| 99 | +- You can select from the drop down whether you want to see **All Devices**, **Allocated Devices**, or all the **Available Devices** in the table. |
| 100 | +- You can also search for a particular device based on the **device name**, or its **UDID**. |
| 101 | +- **OS :** Select which OS devices you want to allocate or deallocate. |
| 102 | +- **Teams :** Select from which team you want to filter your device and perform allocatation or deallocation of devices. |
| 103 | + |
| 104 | +<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/filters.png').default} alt="Image" className="doc_img img_center"/> |
0 commit comments