pub async fn comment_on_user_with_id(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
    user_comment_request: Option<UserCommentRequest>
) -> Result<(), Error<CommentOnUserWithIdError>>
Expand description

Adds a comment to the user’s account.