# Search users

| **Description** | Request to search for a user. |
| --------------- | ----------------------------- |
| **Endpoint**    | `/user`                       |
| **Method**      | GET                           |

### Access Level Rules

| **Minimum Access Level** | None |
| ------------------------ | ---- |

<table><thead><tr><th>Name</th><th>Description</th><th>Required</th><th>Default</th><th data-hidden></th></tr></thead><tbody><tr><td><code>username</code></td><td>The username of the user to search.</td><td>true</td><td></td><td></td></tr><tr><td><code>fuzzySearch</code></td><td>Boolean indicating whether to do a fuzzy search on the username instead of an exact match. </td><td>false</td><td>Default true.</td><td></td></tr><tr><td><code>types</code></td><td>An array containing the types of users to search for. Possible values are "user" and "organization".</td><td>false</td><td>Default ["user", "organization"].</td><td></td></tr></tbody></table>
