enableAccountMembership
Enable marketplace user's account (company) membership. This only changes the user account membership's enabled status; all other attributes are ignored.
This page contains
Arguments
| input EnableAccountMembershipInput! PREVIEW | Specifies data to identify account (company) membership |
EnableAccountMembershipInput fields
| accountId ID! | Unique identifier of the account |
| userId ID! | Unique identifier of the user |
Return Fields
| accountMembership AccountMembership 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.