Hikka Docs Hikka Docs
EndpointsUser

Search Users

POST
/user/list

Request Body

application/json

query*string
Length3 <= length <= 255
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://api.hikka.io/user/list" \  -H "Content-Type: application/json" \  -d '{    "query": "string"  }'
[
  {
    "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
    "updated": 1686088809,
    "created": 1686088809,
    "description": "Hikka",
    "username": "hikka",
    "cover": "string",
    "active": true,
    "avatar": "string",
    "role": "string"
  }
]
{
  "message": "Example error message",
  "code": "example_error"
}