Skip to main content

Get Account Membership Settings

GET 

https://useast.api.elasticpath.com/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.

Authorization: http

name: BearerTokentype: httpscheme: bearer
curl -L -X GET 'https://useast.api.elasticpath.com/v2/settings/account-memberships' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
ResponseClear

Click the Send API Request button above and see the response here!