diff --git a/concepts/throttling-limits.md b/concepts/throttling-limits.md index 30cf0260688..a876df45065 100644 --- a/concepts/throttling-limits.md +++ b/concepts/throttling-limits.md @@ -138,9 +138,9 @@ The following table lists base request costs. Any requests not listed have a bas | GET | `applications` | 2 | 0 | | GET | `applications/{id}/extensionProperties` | 2 | 0 | | GET | `contracts` | 3 | 0 | -| POST | `directoryObjects/getByIds` | 3 | 0 | +| POST | `directoryObjects/getByIds` | 5 | 0 | | GET | `domains/{id}/domainNameReferences` | 4 | 0 | -| POST | `getObjectsById` | 3 | 0 | +| POST | `getObjectsById` | 5 | 0 | | GET | `groups/{id}/members` | 3 | 0 | | GET | `groups/{id}/transitiveMembers` | 5 | 0 | | POST | `isMemberOf` | 4 | 0 | @@ -175,7 +175,8 @@ Other factors that affect a request cost: - Creating a user in a Microsoft Entra ID B2C tenant increases cost by 4 > [!NOTE] -> 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}/`. +> - 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}/`. +> - Using `$select` for `directoryObjects/getByIds` and `getObjectsById` will result in 2 ResourceUnits. ### Additional headers