• Directory
  • >
  • Mutations
  • >
  • createAccountAssociation

Preview

createAccountAssociation is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

createAccountAssociation

Create reseller account association with customer account

This page contains

Authorization Rules

This request requires authorization with at least one of the following scopes:

Scopes

ROLE_CHANNEL_ADMIN

ROLE_RESELLER_MANAGER

ROLE_PARTNER

Arguments

input CreateAccountAssociationInput! PREVIEW

Specifies data to identify reseller account and customer account that is to be associated

CreateAccountAssociationInput fields

resellerAccountId ID!

Unique identifier of the reseller account

customerAccountId ID!

Unique identifier of the customer account

Return Fields

accountAssociation AccountAssociation
userErrors [CreateAccountAssociationError!] PREVIEW

Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.