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
Default
null
regionId
Restricts the search to a region
Typestring
Default
null
Pattern
"\\d+"
Responses
Success
application/json
JSON
[
{
"id": 123,
"value": "Max (123)"
}
]