# invite


[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": {
    "created_at": {
      "example": "2021-10-28T18:30:19.520861Z",
      "type": "string"
    },
    "id": {
      "description": "uuid representing the invite id",
      "example": "e36eca69-4cc8-4f17-9845-ae8c2b832691",
      "type": "string"
    },
    "invitee": {
      "description": "can either be a dockerID for registered users or an email for non-registered users",
      "example": "invitee@docker.com",
      "type": "string"
    },
    "inviter_username": {
      "example": "moby",
      "type": "string"
    },
    "org": {
      "description": "name of the org to join",
      "example": "docker",
      "type": "string"
    },
    "team": {
      "description": "name of the team (user group) to join",
      "example": "owners",
      "type": "string"
    }
  },
  "type": "object"
}
```



