Skip to main content

Update Account Membership Settings

PUT 

/v2/settings/account-membership

Use this endpoint to update account membership settings.

Request

Body

    data object
    type string

    Possible values: [account_membership_setting]

    Specifies the the type of object. Set this value to account_membership_setting.

    membership_limit integer

    The number of accounts an account member can be associated with. You can set this value to any number up to 10,000.

Responses

OK

Schema
    data object
    type string

    Possible values: [account_membership_setting]

    Specifies the the type of object. Set this value to account_membership_setting.

    membership_limit integer

    The number of accounts an account member can be associated with. You can set this value to any number up to 10,000.

Loading...