googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.27k stars 1.91k forks source link

Not able to retrive all groups using REST api. admin/directory/v1/groups returns 400 code #3365

Open ibmappcon opened 8 months ago

ibmappcon commented 8 months ago

There is a issue with REST api when try to retrieve all groups using Below url We are getting 400 error https://admin.googleapis.com/admin/directory/v1/groups

{ "error": { "code": 400, "message": "Bad Request", "errors": [ { "message": "Bad Request", "domain": "global", "reason": "badRequest" } ] } }