Internal site. Jolli authentication required to view.
Skip to Content
Special-CharsdefaultGET /users/{username}

Find user by {username}

GET/users/{username}

Try it

GET/users/{username}
Parameters

Path parameter \{username\} shows up in the summary too — verifies curly-brace escaping.

Authentication

No authentication required.

Parameters

Path parameters

NameTypeRequiredDescription
usernamestringYes

Response

200OK
Request
curl -X GET 'https://api.example.com/v1/users/{username}'