Skip to main content
GET
/
user
/
search
cURL
curl --request GET \
  --url https://repz.lol/api/v1/user/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "user_id": 123,
    "username": "<string>",
    "bio": {
      "Lorem ipsum": {
        "consectetur": "<string>",
        "amet": "<string>"
      },
      "dolor sit": {
        "consectetur": "<string>",
        "amet": "<string>"
      }
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

username
string
required

Search user by their Username

user_id
string
required

Search user by their User ID

_id
string
required

Search user by their High Priority Unique Identifier

Response

User search results

user_id
integer<int64>
required

Unique identifier of the user

username
string

Unique username of the user

bio
object

User's bio information