HTTP 405 on GET /api/v1/groups endpoint

My application retrieves the “Everyone” group from the /api/v1/groups endpoint of various subdomains (using an API token for auth) with a request like:

GET https://.okta.com/api/v1/groups?q=Everyone

However, I’m occasionally getting a HTTP 405 error with the following fields:
“errorCode”:“E0000022”,“errorSummary”:“The endpoint does not support the provided HTTP method”. This does not happen consistently, but has cropped up multiple times now. What might be the issue here?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.