Prisma

Resend invite email

Resend the invite email and extend the expiry.

POST
/api/v1/admin/invite/{idp_user_id}/resend

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

idp_user_id*Idp User Id

Zitadel user ID

Response Body

application/json

application/json

curl -X post "http://localhost:8000/api/v1/admin/invite/string/resend"
{
  "invite_id": "7218104b-c64c-4f30-a184-1a1802b5c56b",
  "idp_user_id": "string",
  "email": "string",
  "sent": true,
  "new_expires_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}