Skip to main content
GET
/
api
/
users
Search users
curl --request GET \
  --url https://serengo.zias.be/api/users \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "username": "<string>",
    "profilePicture": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required
Minimum string length: 2
limit
integer
default:20
Required range: x <= 50

Response

200 - application/json

Users

id
string
username
string
profilePicture
string | null