# group_member


[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
{
  "properties": {
    "company": {
      "example": "Docker Inc",
      "type": "string"
    },
    "date_joined": {
      "example": "2021-01-05T21:06:53.506400Z",
      "format": "date-time",
      "type": "string"
    },
    "email": {
      "example": "dockeruser@docker.com",
      "type": "string"
    },
    "full_name": {
      "example": "John Snow",
      "type": "string"
    },
    "gravatar_email": {
      "type": "string"
    },
    "gravatar_url": {
      "type": "string"
    },
    "id": {
      "description": "The UUID trimmed",
      "example": "0ab70deb065a43fcacd55d48caa945d8",
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "profile_url": {
      "type": "string"
    },
    "type": {
      "enum": [
        "User",
        "Org"
      ],
      "example": "User",
      "type": "string"
    },
    "username": {
      "example": "dockeruser",
      "type": "string"
    }
  },
  "type": "object"
}
```



