add_user: Polished API - Add a User
Description
Polished API - Add a User
Usage
add_user(email, api_key = get_api_key())
Arguments
email
the new user's email address.
api_key
your Polished API key. Set your polished api key using set_api_key()
so that you do not need to supply this argument with each function call.