Skip to content

Search for users

GET
/api/search/users

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

q*
Typestring
Required
Pattern"/^.+$/"
regionId
Typeinteger
Minimum1

Responses

Success

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

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python