Update organization details
PUT/v1/providers/:provider_id/orgs/:org_id
Updates the organization details like active status.
Request
Path Parameters
provider_id stringrequired
Provider ID
org_id stringrequired
Organization ID
- application/json
Body
required
user_id stringrequired
ID of the user who is updating the organization
user_role OrgMembership (string)
Possible values: [Admin
, Member
]
Role assigned to the user in the organization
active boolean
If set to false, the organization will be deactivated and no new resources can be provisioned. Existing resources will be inaccessible.
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...