Request username recovery

post/recover-username

Request body

emailstring required

Email address associated with the account.

Response

Send username recovery email

Example response

{
  "meta": {
    "code": 200
  }
}

Changes

Changed in 3 of the 52 revisions of this API.23

  • a0f89515a34912See the full diff
    • the response's body type/format changed from / to object/ for status 400

      response-body-type-changed

    • added the required property meta to the response with the 400 status

      response-required-property-added

    • added the required property response to the response with the 400 status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog