AddAccountMembershipsInput
Inputs to add a new account membership
input AddAccountMembershipsInput {
accountId: ID!
memberships: [MembershipInfoInput!]!
consentRedirectUrl: String
}
Fields
AddAccountMembershipsInput.accountId ● ID! non-null scalar
Unique identifier of a given account
AddAccountMembershipsInput.memberships ● [MembershipInfoInput!]! non-null input
Memberships to add to the account
AddAccountMembershipsInput.consentRedirectUrl ● String scalar
URL the user is redirected to after consent has been given
Member Of
addAccountMemberships mutation