Skip to main content

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

Body

required

    user_idstringrequired

    ID of the user who is updating the organization

    user_roleOrgMembership (string)

    Role assigned to the user in the organization

    Possible values: [Admin, Member]

    activeboolean

    If set to false, the organization will be deactivated and no new resources can be provisioned. Existing resources will be inaccessible.

Responses

OK

Schema

    object