# Organization API: Org Community Forum

> Every Organization API operation tagged Org Community Forum.

Source: https://www.coritan.com/docs/api/reference/organizations/org-community-forum/

Base URL: `https://api.coritan.com/api/v1`. Paths below are complete.

To try these requests in the browser, open the [interactive Organization API reference](https://api.coritan.com/docs/org).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/orgs/{org_slug}/admin/community/forum/seo`](#op-get-api-v1-orgs-org-slug-admin-community-forum-seo) | Org admin seo summary |
| POST | [`/api/v1/orgs/{org_slug}/admin/community/forum/seo/preview`](#op-post-api-v1-orgs-org-slug-admin-community-forum-seo-preview) | Score one thread or member against the current policy, showing the working |
| POST | [`/api/v1/orgs/{org_slug}/admin/community/forum/seo/rescore`](#op-post-api-v1-orgs-org-slug-admin-community-forum-seo-rescore) | Org admin rescore |

### Org admin seo summary {#op-get-api-v1-orgs-org-slug-admin-community-forum-seo}

`GET /api/v1/orgs/{org_slug}/admin/community/forum/seo`

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |

### Score one thread or member against the current policy, showing the working {#op-post-api-v1-orgs-org-slug-admin-community-forum-seo-preview}

`POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/preview`

Score one thread or member against the current policy, showing the working.

The same function the sitemap uses, so "why is this not indexed" has one
answer rather than a guess and a different code path.

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |
| `thread_id` | query | integer or null | no |
| `handle` | query | string or null | no |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |

### Org admin rescore {#op-post-api-v1-orgs-org-slug-admin-community-forum-seo-rescore}

`POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/rescore`

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
