Sign in

Send Confirmation Email

documented

Send an email verification to a user.

POST /api/v1/users.sendConfirmationEmailUser Managementno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$server_url}}/api/v1/users.sendConfirmationEmail" \
  -X POST \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{$user_id}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email": "{{$email}}"}'
Send Confirmation Email · Rocket.Chat · OpenIntegrations