Skip to content

Search for users.

GET
/api/search/user

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

q

Search query

Typestring
Defaultnull
regionId

Restricts the search to a region

Typestring
Defaultnull
Pattern"\\d+"

Responses

Success

application/json
JSON
[
{
"id": 123,
"value": "Max (123)"
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python