google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

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

Open ibmappcon opened this issue 2 years ago • 0 comments

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" } ] } }

ibmappcon avatar Oct 13 '23 08:10 ibmappcon