Skip to main content

Change subaccount status

PATCH 

/account/:accountId/status

Changes the status of the given subaccount.

Request

Path Parameters

    accountId stringrequired

    The ID of the cloud account.

    Example: account-100001

Header Parameters

    x-maxone-role-id string

Body

required

    status stringrequired

    Possible values: [INACTIVE, ACTIVATED, DISABLED]

    The cloud account status.

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...