updateRolesForAccountMembership
Update roles for an account (company) membership
This page contains
Arguments
input UpdateRolesForAccountMembershipInput! PREVIEW | Specifies the account membership and the roles to be updated |
UpdateRolesForAccountMembershipInput fields
accountId ID! | Unique identifier of the account |
userId ID! | Unique identifier of the user |
roles [AccountMembershipRole!] | Roles to update for this membership |
Return Fields
accountMembership AccountMembership PREVIEW | |
userErrors [UpdateRolesForAccountMembershipUserError!] 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.