GET
/
v1
/
groups:batchGet
{
  "groups": [
    {
      "name": "<string>",
      "title": "<string>",
      "description": "<string>",
      "members": [
        {
          "member": "<string>",
          "role": "ROLE_UNSPECIFIED"
        }
      ],
      "source": "<string>"
    }
  ]
}

Query Parameters

names
string[]

The group names to retrieve. Format: groups/{email}

Response

200
application/json

OK

The response is of type object.