Share feedback
Answers are generated based on the documentation.

Schema

invite

Type: object

created_at

Type: string

All schema constraints and annotations
{
  "example": "2021-10-28T18:30:19.520861Z",
  "type": "string"
}
id

Type: string

uuid representing the invite id
All schema constraints and annotations
{
  "description": "uuid representing the invite id",
  "example": "e36eca69-4cc8-4f17-9845-ae8c2b832691",
  "type": "string"
}
invitee

Type: string

can either be a dockerID for registered users or an email for non-registered users
All schema constraints and annotations
{
  "description": "can either be a dockerID for registered users or an email for non-registered users",
  "example": "invitee@docker.com",
  "type": "string"
}
inviter_username

Type: string

All schema constraints and annotations
{
  "example": "moby",
  "type": "string"
}
org

Type: string

name of the org to join
All schema constraints and annotations
{
  "description": "name of the org to join",
  "example": "docker",
  "type": "string"
}
team

Type: string

name of the team (user group) to join
All schema constraints and annotations
{
  "description": "name of the team (user group) to join",
  "example": "owners",
  "type": "string"
}
All schema constraints and annotations
{
  "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"
}