-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When making a request to list groups (or users), it seems like the request limits are lower than the documented values (5 requests per minute for groups, more for other use cases).
When making a request to return all groups, I can do one single page request before running into HTTP 429 (Too Many Requests). It also seems like the retry value we are being given when trying again is approximately 40 minutes in the future, rather than a more reasonable sub-minute value. I'm not sure I understand why this would be the case?
Our organisation contains 17 groups and 153 users, so all well contained within one page of returned information, so it doesn't seem like we would have any cause to run into these limits?
Groups
Get-AdobeGroup -Verbose -Debug
DEBUG: {
"ContentType": "application/json",
"Method": "Get",
"Headers": {
"X-Api-Key": "APIKEY",
"Authorization": "Bearer BEARER"
},
"ErrorAction": "Stop",
"UseBasicParsing": true,
"Uri": "https://usermanagement.adobe.io/v2/usermanagement/groups/ORGANIZATION@AdobeOrg/0"
}
VERBOSE: HTTP/1.1 GET with 0-byte payload
VERBOSE: received 3250-byte response of content type application/json
Users
Get-AdobeUser -Verbose -Debug
DEBUG: {
"ContentType": "application/json",
"Method": "Get",
"Headers": {
"X-Api-Key": "APIKEY",
"Authorization": "Bearer BEARER"
},
"ErrorAction": "Stop",
"UseBasicParsing": true,
"Uri": "https://usermanagement.adobe.io/v2/usermanagement/users/ORGANIZATION@AdobeOrg/0"
}
VERBOSE: HTTP/1.1 GET with 0-byte payload
VERBOSE: received -byte response of content type
Metadata
Metadata
Assignees
Labels
No labels