Commit 5122501
Add Teams Administration sample queries
Added five new sample queries under "Teamwork and communications" category:
Teams User Configuration:
1. List Teams user configurations (GET /admin/teams/userConfigurations)
- Requires TeamsUserConfiguration.Read.All permission
2. Get Teams user configuration (GET /admin/teams/userConfigurations/{id})
- Requires valid user id and valid permission
Teams Policy Assignment:
3. Assign Teams policy to user (POST /admin/teams/policy/userAssignments/assign)
- Requires valid user id, policy type, policy id, and TeamsPolicyUserAssign.ReadWrite.All permission
4. Unassign Teams policy from user (POST /admin/teams/policy/userAssignments/unassign)
- Requires valid user id, policy type, and TeamsPolicyUserAssign.ReadWrite.All permission
5. Get Teams policy ID by name and type (GET /admin/teams/policy/getPolicyId)
- Requires valid policy type, policy name, and TeamsPolicyUserAssign.ReadWrite.All permission
All queries are placed in the v1.0 section and documented under:
Teamwork and communications > Administration
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 33113a3 commit 5122501
1 file changed
+44
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
1513 | 1557 | | |
1514 | 1558 | | |
1515 | 1559 | | |
| |||
0 commit comments