Excel Add-In for Marketo

Build 24.0.9175

DeleteInvitedUser

Delete pending user. A pending user is a user that has not yet accepted invitation. Requires permissions: Access User Management Api and Access Users.

Execute

Sample
	EXECUTE DeleteInvitedUser UserId='[email protected]'

Input

Name Type Required Description
UserId String True The user id in the form of an email address.

Result Set Columns

Name Type Description
Success Boolean Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details.
Details String Details of execution failure. NULL if success=true.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175