Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Search for users
GET
/api/search/users
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Query Parameters
q
*
Type
string
Required
Pattern
"/^.+$/"
regionId
Type
integer
Minimum
1
Responses
200
401
403
Success
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
123
,
"value"
:
"Max (123)"
}
]
GET
/api/search/users
Playground
Authorization
api_key
Variables
Key
Value
q
*
regionId
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python