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: concepts/throttling-limits.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,9 @@ The following table lists base request costs. Any requests not listed have a bas
138
138
| GET |`applications`| 2 | 0 |
139
139
| GET |`applications/{id}/extensionProperties`| 2 | 0 |
140
140
| GET |`contracts`| 3 | 0 |
141
-
| POST |`directoryObjects/getByIds`| 3| 0 |
141
+
| POST |`directoryObjects/getByIds`|5| 0 |
142
142
| GET |`domains/{id}/domainNameReferences`| 4 | 0 |
143
-
| POST |`getObjectsById`|3| 0 |
143
+
| POST |`getObjectsById`|5| 0 |
144
144
| GET |`groups/{id}/members`| 3 | 0 |
145
145
| GET |`groups/{id}/transitiveMembers`| 5 | 0 |
146
146
| POST |`isMemberOf`| 4 | 0 |
@@ -175,7 +175,8 @@ Other factors that affect a request cost:
175
175
- Creating a user in a Microsoft Entra ID B2C tenant increases cost by 4
176
176
177
177
> [!NOTE]
178
-
> A request cost can never be lower than 1. Any request cost that applies to a request path starting with `me/` also applies to equivalent requests starting with `users/{id | userPrincipalName}/`.
178
+
> - A request cost can never be lower than 1. Any request cost that applies to a request path starting with `me/` also applies to equivalent requests starting with `users/{id | userPrincipalName}/`.
179
+
> - Using `$select` for `directoryObjects/getByIds` and `getObjectsById` will result in 2 ResourceUnits.
0 commit comments