Resend an invite Run in API Explorer

PATCH /v2/invites/{id}/resend

Resend a pending invite to the user, any org owner can resend an invite

Path parameters

  • id string Required

Responses

  • 204
  • 401 application/json

    Authentication failed

    Hide response attributes Show response attributes object
    • errinfo object
    • detail string
    • message string
  • 403 application/json

    Forbidden

    Hide response attributes Show response attributes object
    • errinfo object
    • detail string
    • message string
  • 404 application/json

    Not Found

    Hide response attributes Show response attributes object
    • errinfo object
    • detail string
    • message string
PATCH /v2/invites/{id}/resend
curl \
 --request PATCH 'https://hub.docker.com/v2/invites/{id}/resend' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "errinfo": {},
  "detail": "string",
  "message": "string"
}
Response examples (403)
{
  "errinfo": {},
  "detail": "string",
  "message": "string"
}
Response examples (404)
{
  "errinfo": {},
  "detail": "string",
  "message": "string"
}