Page cover

resend

The cldkctl organization member resend command resends an invitation email to a user who has not yet accepted their membership in the organization. This ensures that pending members receive another opportunity to join and complete their registration.

Usage

cldkctl organization member resend [user_id] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Refer to the organization member list section to identify the user who has not yet verified their email. Users with an Unverified status in the EMAIL VERIFICATION column are eligible for invitation resend.

  2. Run the following command in your terminal.

./cldkctl organization member resend [user_id]
  1. Replace [user_id] with the actual user ID of the member you want to resend the invitation to.

  2. Once successful, the CLI displays ✔ Invitation sent, check your email

Flags

Column
Description

-h, --help

Help for the resend subcommand.

Last updated