Following is the request
GET /admin/directory/v1/users? HTTP/1.1
Host: www.googleapis.com
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
Following is the response
{
"error": {
"errors": [
{
"domain": "global",
"reason": "badRequest",
"message": "Bad Request"
}
],
"code": 400,
"message": "Bad Request"
}
}
This request is correct according to their documentation. If you try the "Try it!" feature on the left top corner in the documentation page you will still get this issue. What's wrong with my request please help.