/2 Compatibility

GET /2/users/by/username/:username

get/2/users/by/username/{username}

Path parameters

usernamestring required

Query parameters

user.fieldsstring

Comma-separated user fields.

Response

Successful official-compatible response.

Changes

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

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

      request-parameter-pattern-added