Polished API - Update an App User
update_app_user(app_uid, user_uid, is_admin = FALSE, api_key = get_api_key())an object of class polished_api_res. When successful, the content of the
polished_api_res is list(message = "success"). In the case of an error, the
content is list(error = "<error message>").
the app uid to update.
the user uid to update.
boolean (default: FALSE) - whether or not the user is an admin.
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.
get_app_users() add_app_user() delete_app_user()