Skip to content

Commit ef336a8

Browse files
authored
Merge pull request #9327 from rpakala-ms/patch-2
Update throttling-limits.md
2 parents 4fbf6fa + 5e14e07 commit ef336a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

concepts/throttling-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ The following table lists base request costs. Any requests not listed have a bas
138138
| GET | `applications` | 2 | 0 |
139139
| GET | `applications/{id}/extensionProperties` | 2 | 0 |
140140
| GET | `contracts` | 3 | 0 |
141-
| POST | `directoryObjects/getByIds` | 3 | 0 |
141+
| POST | `directoryObjects/getByIds` | 5 | 0 |
142142
| GET | `domains/{id}/domainNameReferences` | 4 | 0 |
143-
| POST | `getObjectsById` | 3 | 0 |
143+
| POST | `getObjectsById` | 5 | 0 |
144144
| GET | `groups/{id}/members` | 3 | 0 |
145145
| GET | `groups/{id}/transitiveMembers` | 5 | 0 |
146146
| POST | `isMemberOf` | 4 | 0 |
@@ -175,7 +175,8 @@ Other factors that affect a request cost:
175175
- Creating a user in a Microsoft Entra ID B2C tenant increases cost by 4
176176

177177
> [!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.
179180
180181
### Additional headers
181182

0 commit comments

Comments
 (0)