accountMembershipsForLinkedCustomer

Retrieve list of account memberships by customer account ID and associated reseller user ID

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER

    Arguments

    customerAccountId ID!

    Unique identifier of the customer account

    userId ID

    Unique identifier of the reseller user that belongs to at least one company associated to the customer

    accountId ID

    Unique identifier of the reseller account associated to the customer

    first Int

    Number of elements to return (page size)

    after String

    Returns elements after specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA==

    before String

    Returns elements before specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA==

    last Int

    Number of elements to return in reverse order (page size)

    filter LinkedAccountMembershipFilter

    Filter for linked customer membership list (role and status only)

    orderBy AccountMembershipOrderBy

    The property and direction to sort account memberships by

    Return Fields

    AccountMembershipConnection!

    A connection type used to page through a list of account memberships

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.