Subject: | create_user: legitimate empty string value for argument 'tags' rejected |
When you call create_user(..., tags => ''), it dies with
Missing key in parameters: tags
even though no tags is quite a valid setting, and the standard for most users.