You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/education-hub/add-student-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Add a student to a lab in Azure Education Hub through REST APIs
3
-
description: Learn how add students to labs in Azure Education Hub through REST APIs
3
+
description: Learn how to add students to labs in Azure Education Hub through REST APIs
4
4
author: vinnieangel
5
5
ms.author: vangellotti
6
6
ms.service: azure-education
@@ -85,7 +85,7 @@ The API response returns details of the newly added student.
85
85
86
86
## Check the details of the students in a lab
87
87
88
-
Calling this API allows to see all of the students that are in the specified lab.
88
+
Calling this API allows you to see all of the students that are in the specified lab.
89
89
90
90
```json
91
91
GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/<BillingAccountID/billingProfiles/<BillingProfileID>/invoiceSections/<InvoiceSectionID>/providers/Microsoft.Education/labs/default/students?includeDeleted=true&api-version=2021-12-01-preview
0 commit comments