Forum Discussion
crodriguez1
Jul 02, 2024Brass Contributor
/security/secureScoreControlProfiles with skiptoken error: "Query option 'SkipToken' is not allowed"
Graph api /security/secureScoreControlProfiles with skiptoken is been failing for a few days.
The first request /security/secureScoreControlProfiles works correctly:
but since it has too many results, when getting the next page with the nextlink request, it fails with:
The query specified in the URI is not valid. Query option 'SkipToken' is not allowed. To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings.
1 Reply
- Use the top parameter ($top=1000). Or open a support case and report this.