Search users
Description
Request to search for a user.
Endpoint
/user
Method
GET
Access Level Rules
Minimum Access Level
None
Name
Description
Required
Default
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
Was this helpful?