Skip to main content
GET
Search User

Authorizations

Authorization
string
header
required

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

Path Parameters

keyword
string
required

The keyword to search for.

target_count
integer
required

The number of users to return.

Response

A list of user objects.

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
UserModel · object[]
required

A list of user objects.