# Search organizations

| **Description** | Retrieves all organizations that satisfy the search criteria. |
| --------------- | ------------------------------------------------------------- |
| **Endpoint**    | `/organization`                                               |
| **Method**      | GET                                                           |

### Access Level Rules

| **Minimum Access Level** | Account holder only |
| ------------------------ | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

| Name          | Description                                            | Required | Default       |
| ------------- | ------------------------------------------------------ | -------- | ------------- |
| `name`        | The name of the organization to search for.            | true     |               |
| `fuzzySearch` | Boolean whether to perform a fuzzy search on the name. | false    | Default true. |
