Skip to main content

withdraw-invitation

inctl customer withdraw-invitation

Withdraw an invitation

Synopsis

Withdraw an invitation sent to an email address. This command marks an invitation as cancelled making it no longer available to the user.

Example:

inctl customer withdraw-invitation --customer=exampleorg --token=24d7ab1f-8c55-4903-9352-4ce421bef264

inctl customer withdraw-invitation [flags]

Options

      --customer string   The customer organization where the user was invited to.
-h, --help help for withdraw-invitation
--token string The token of the invitation to withdraw.

Options inherited from parent commands

      --debug-requests   If true, print the full request and response for each API call.
--env string The environment to use for the command. (default "prod")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO