Skip to content

Commit 2ba351e

Browse files
Modify API call example for resource accounts
Updated example API call for retrieving resource accounts with filtering and pagination.
1 parent 03543a6 commit 2ba351e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ To continue paging, call the URL in the @odata.nextLink field until it is no lon
268268
Developers can combine $top and $filter to retrieve a filtered, paginated list:
269269

270270
```rest
271-
GET https://graph.microsoft.com/beta/admin/teams/resourceAccounts?$top=5&$filter=acsResourceId eq '18fd7cfe-58c2-4f96-ad84-aa8bb1180fba'
271+
GET https://graph.microsoft.com/beta/admin/teams/resourceAccounts?$top=5&$filter=acsResourceId eq 'aa123456-1234-1234-1234-aaa123456789'
272272
```
273273
This returns up to 5 Resource Accounts that match the specified ACS Resource ID.
274274

0 commit comments

Comments
 (0)