Preview

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

saveMembershipOrganizationDetails

Save the membership organization details for a user and account

This page contains

    Arguments

    input SaveMembershipOrganizationDetailsInput! PREVIEW

    SaveMembershipOrganizationDetailsInput fields

    userId ID!

    Unique identifier of the user

    accountId ID!

    Unique identifier of the account

    officeLocation String

    Office location of the user

    reportingManagerUserId ID

    Reporting manager user uuid of the user

    Return Fields

    membershipOrganizationDetails MembershipOrganizationDetails PREVIEW
    userErrors [SaveMembershipOrganizationDetailsError!] 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.