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/communication-services/quickstarts/tpe/teams-phone-extensiblity-rest-api.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ PUT {endpoint}/access/teamsExtension/tenants/{tenantId}/assignments/{objectId}?a
35
35
### Request body
36
36
37
37
| Name | In | Required | Type | Description |
38
-
| --- | --- | --- |
39
-
|`request`| body | true |[TeamsExtensionAssignmentCreateOrUpdateRequest](#teamsextensionassignmentcreateorupdaterequest)| Request for teams account assignment. |
38
+
| --- | --- | --- | --- | --- |
39
+
|`request`| body | true |[TeamsExtensionAssignmentCreateOrUpdateRequest](#teamsextensionassignmentcreateorupdaterequest)| Request for teams account assignment. |
40
40
41
41
### Responses
42
42
@@ -51,14 +51,16 @@ PUT {endpoint}/access/teamsExtension/tenants/{tenantId}/assignments/{objectId}?a
51
51
Get the assignment for a resource access from a Teams user or Teams resource account.
52
52
53
53
```http
54
-
GET {endpoint}/access/teamsExtension/assignments/{objectId}?api-version=2025-06-30
54
+
GET {endpoint}/access/teamsExtension/tenants/{tenantId}/assignments/{objectId}?api-version=2025-06-30
55
55
```
56
56
57
57
### URI parameters
58
58
59
59
| Name | In | Required | Type | Description |
60
-
| --- | --- | --- |
60
+
| --- | --- | --- | --- | --- |
61
61
|`objectId`| path | true | string | Object ID of the principal, that is, the user ID or resource account ID. |
62
+
|`tenantId`| path | true | string | Tenant ID of the tenant that the principal belongs to. |
63
+
|`api-version`| query | true | string | Version of API to invoke. |
62
64
63
65
### Responses
64
66
@@ -72,14 +74,16 @@ GET {endpoint}/access/teamsExtension/assignments/{objectId}?api-version=2025-06-
72
74
Delete the assignment to remove resource access from a Teams user or Teams resource account.
0 commit comments