Basic Reads

GET /v1/users/by-username/:username

get/v1/users/by-username/{username}

Path parameters

usernamestring required

Response

Successful xfetch workflow response.

Example response

{
  "meta": {
    "credits": {
      "charged": 1,
      "remaining": 99
    }
  }
}

Changes

Changed in 1 of the 2 revisions of this API.2

    • added the pattern ^[A-Za-z0-9_]{1,15}$ to the path request parameter username

      request-parameter-pattern-added

    • the response property allOf[subschema #2]/data/oneOf[V1ActiveUserLookupObject]/allOf[V1UserObject]/created_at became optional for the status 200

      response-property-became-optional