# email_address


[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": {
    "email": {
      "example": "dockeruser@docker.com",
      "type": "string"
    },
    "id": {
      "type": "number"
    },
    "primary": {
      "type": "boolean"
    },
    "user_id": {
      "type": "number"
    },
    "verified": {
      "type": "boolean"
    }
  },
  "type": "object"
}
```



