Skip to main content

Get Account Membership Settings

GET 

/v2/settings/account-memberships

Account Membership Settings allow Account Members to be associated to, at most, N accounts at a time. You can set this value to any number up to 10,000. The default value is 10,000.

This setting is only applied to new account memberships. If an account member is added to 3 accounts, and the setting is reduced to 1, the account member remains in the 3 accounts and can no longer be added to more.

Responses

OK

Schema
    data object
    type stringrequired

    This describes the type of request payload you’re sending. Set this value to account_membership_setting.

    membership_limit integer

    Maximum number of memberships allowed on an account.

Loading...