Search users
Last updated
Description
Request to search for a user.
Endpoint
/user
Method
GET
Minimum Access Level
None
username
The username of the user to search.
true
fuzzySearch
Boolean indicating whether to do a fuzzy search on the username instead of an exact match.
false
Default true.
types
An array containing the types of users to search for. Possible values are "user" and "organization".
false
Default ["user", "organization"].
Last updated