update_user_email(p_user_id integer, p_email citext)


Description

Updates the email address of a user.

Parameters

Name Type Mode
p_user_id integer IN
p_email citext IN

Definition