Skip to content

Commit ffc57b9

Browse files
authored
Merge pull request #25939 from microsoftgraph/FaithOmbongi-patch-2
Update delta-query-users.md
2 parents 52b24bf + 9b73693 commit ffc57b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

concepts/delta-query-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Take note of the following items:
4848
- Only properties included in `$select` are tracked for changes. If `$select` isn't specified, all properties of the object are tracked for changes.
4949
- The optional `$select` query parameter is also used to show how group members can be retrieved together with group objects. This capability allows tracking of membership changes, such as when users are added or removed from groups.
5050
- The initial request doesn't include a state token. State tokens are used in subsequent requests.
51-
51+
- [Limitations of query parameters in delta functions](delta-query-overview.md#optional-query-parameters).
5252

5353
# [HTTP](#tab/http)
5454
<!-- {

concepts/delta-query-users.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Take note of the following items:
4747
- The optional `$select` query parameter is included in the request to demonstrate how query parameters are automatically included in future requests. If required, query parameters must be specified in the initial request.
4848
- Only properties included in `$select` are tracked for changes. If `$select` isn't specified, all properties of the object are tracked for changes.
4949
- The initial request doesn't include a state token. State tokens are used in subsequent requests.
50+
- [Limitations of query parameters in delta functions](delta-query-overview.md#optional-query-parameters).
5051

5152
# [HTTP](#tab/http)
5253
<!-- {

0 commit comments

Comments
 (0)