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

Path Parameters

group
string
required

The group id.

Response

200
application/json

OK

The response is of type object.