Create/ Edit Organization

Create/ Edit Organisation

POST https://squid-app-2-bcuud.ondigitalocean.app/v1/api/organization/create

To edit Organisation - organisation_ID is to be passed in the body

Request Body

Name
Type
Description

company_name*

string

phone_number*

integer

url

string

currency

string

api_key*

string

subdomain

string

Address

string

town

string

country

string

     "status": true,
        "url": [],
        "departments": [],
        "roles": [],
        "teams": [],
        "aims": [],
        "products": [],
        "objectives": [],
        "target_how": [],
        "target_who": [],
        "company_image": null,
        "_id": " ",
        "users": [],
        "assistants": [],
        "tools": [],
        "skills": [],
        "dashboard": [],
        "createdAt": "2023-12-05T09:09:18.613Z",
        "updatedAt": "2023-12-05T09:09:18.613Z",
        "__v": 0

Last updated