---
title: "Add a new organizations to the store"
method: POST
path: "/v1/organizations.json"
tags: ["organizations"]
---

# Add a new organizations to the store

`POST /v1/organizations.json`

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `group_id` integer

## Response `200`

successful operation

- object
  - `id` integer
  - `activities` object
    - `id` string
    - `created` string
    - `modified` string
    - `board_id` integer
    - `list_id` integer
    - `card_id` integer
    - `user_id` integer
    - `foreign_id` integer
    - `type` string
    - `comment` string
    - `revisions` string
    - `root` integer
    - `freshness_ts` string
    - `depth` integer
    - `path` string
    - `materialized_path` string
    - `organization_id` integer
    - `board_name` string
    - `list_name` string
    - `card_name` string
    - `username` string
    - `full_name` string
    - `profile_picture_path` string
    - `initials` string
    - `label_name` string
    - `card_description` string
    - `user_role_id` integer
    - `checklist_item_name` string
    - `checklist_item_parent_name` string
    - `checklist_name` string
    - `organization_name` string
    - `organization_logo_url` string
    - `moved_list_name` string
    - `created_time` string
    - `card_position` string
    - `comment_count` integer

## Other responses

- `405` — Invalid input

## Changes

- **2017-05-25** `5b98cb916342` — 1 info
  - api operation id `addOrganization` removed and replaced with ``
- **2016-04-26** `5d7a4c3eadce` — 1 info
  - api operation id `addOrganization` was added

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/organizations.json/post.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
