Skip to contents

Validates a user's e-mail address on a NocoDB server via its POST /api/v1/auth/email/validate/{verification_token} API endpoint.

Usage

validate_user_email(
  verification_token,
  hostname = pal::pkg_config_val("hostname"),
  quiet = FALSE
)

Arguments

verification_token

User's e-mail verification token.

hostname

NocoDB server hostname. A character scalar.

quiet

Whether or not to suppress printing status output from internal processing.

Value

NULL, invisibly.

Details

You can use update_user() to get a tibble containing a user's email_verification_token.