---
title: "PUT /organizations/{orgId}"
method: PUT
path: "/organizations/{orgId}"
tags: ["slash-organization"]
---

# PUT /organizations/{orgId}

`PUT /organizations/{orgId}`

## Path parameters

- `orgId` integer, required

## Query parameters

- `plan` 'STARTER_PLAN' | 'PREMIUM_FREE_TRIAL' | 'POWER_PACK_FREE_TRIAL' | 'PREMIUM_PLAN' | 'APPSUMO_PLAN' | 'POWER_PACK_PLAN' | 'LIFETIME_PACK_PLAN', required

## Request body

- OrganizationDto
  - `orgId` integer
  - `orgName` string
  - `industryType` string
  - `orgPicColor` string
  - `createdUserId` integer
  - `isDeleted` boolean
  - `profilePicURL` string
  - `profilePicName` string
  - `members` OrgMemberDto[]
    - `orgMemberId` integer
    - `orgId` integer
    - `user` UserDisplayDto
      - `userId` integer
      - `firstName` string
      - `lastName` string
      - `email` string
      - `profilePicURL` string
      - `profilePicName` string
      - `profilePicColor` string
      - `provider` string
      - `newUser` boolean
      - `isTourCompleted` boolean
      - `about` string
      - `updateTime` string, date-time
      - `expiryDate` string, date-time
      - `status` string
      - `role` OrgRoleDto
        - `orgRoleId` integer
        - `roleName` string
    - `invitedBy` InvitedUserDto
      - `userId` integer
      - `firstName` string
      - `email` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
    - `zohoBillingContactPersonId` string
    - `spaceCount` integer
    - `projectCount` integer
    - `taskCount` integer
    - `active` boolean
    - `isActive` boolean
  - `paddleCustomerId` string
  - `paddleBusinessId` string

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/versions/237f5bbd4029/schema)
