Skip to main content
GET
/
api
/
v1
/
users
/
{user_id}
/
confirm-email-change
/
{token}
Confirm Email Change
curl --request GET \
  --url http://localhost:8000/api/v1/users/{user_id}/confirm-email-change/{token}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

user_id
integer
required
token
string
required

Response

Successful Response