updateRolesForAccountMemberships
Update roles for account (company) memberships
This page contains
Arguments
input UpdateRolesForAccountMembershipsInput! PREVIEW | Specifies the account memberships and the roles to be updated |
UpdateRolesForAccountMembershipsInput fields
accountId ID! | Unique identifier of the account |
membershipRoles [UpdateAccountMembershipRolesInput!] PREVIEW | Roles to add to or remove from users who have memberships in the company |
Return Fields
success UpdateRolesForAccountMembershipsResponseStatus! PREVIEW | Whether the account memberships are updated successfully |
userErrors [UpdateRolesForAccountMembershipUserError!] PREVIEW | A list of errors that may occur during the update membership roles operation |
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.