Skip to content

Commit 057a2f0

Browse files
authored
[Graph RBAC] Add top to users op (#13045)
* [Graph RBAC] Add top to users op * make it optional * adding x-ms-parameter-location: method
1 parent 8e3bd3d commit 057a2f0

File tree

1 file changed

+14
-0
lines changed
  • specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6

1 file changed

+14
-0
lines changed

specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,9 @@
18711871
"type": "string",
18721872
"description": "The expand value for the operation result."
18731873
},
1874+
{
1875+
"$ref": "#/parameters/top"
1876+
},
18741877
{
18751878
"$ref": "#/parameters/ApiVersionParameter"
18761879
},
@@ -4396,6 +4399,17 @@
43964399
"type": "string",
43974400
"description": "The tenant ID.",
43984401
"x-ms-parameter-location": "client"
4402+
},
4403+
"top": {
4404+
"required": false,
4405+
"default": 100,
4406+
"description": "(Optional) Set the maximum number of results per response.",
4407+
"in": "query",
4408+
"maximum": 999,
4409+
"minimum": 1,
4410+
"name": "$top",
4411+
"type": "integer",
4412+
"x-ms-parameter-location": "method"
43994413
}
44004414
}
44014415
}

0 commit comments

Comments
 (0)