# org_group


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "examples": [
    {
      "description": "Development team",
      "id": 10,
      "member_count": 1,
      "name": "developers",
      "role": "member",
      "uuid": "e36eca69-4cc8-4f17-9845-ae8c2b832691"
    }
  ],
  "properties": {
    "description": {
      "description": "Description of the group",
      "example": "Groups description",
      "type": "string"
    },
    "id": {
      "description": "Group ID",
      "example": 10,
      "type": "number"
    },
    "member_count": {
      "description": "Member count of the group",
      "example": 10,
      "type": "number"
    },
    "name": {
      "description": "Name of the group",
      "example": "mygroup",
      "type": "string"
    },
    "role": {
      "description": "Role assigned to the team. A core role (`owner`, `editor`, or `member`)\nor the name of a custom role (not the label or UUID).\n",
      "type": [
        "string",
        "null"
      ]
    },
    "uuid": {
      "description": "UUID for the group",
      "type": "string"
    }
  },
  "type": "object"
}
```



