update_app_user {polished} | R Documentation |
Polished API - Update an App User
Description
Polished API - Update an App User
Usage
update_app_user(app_uid, user_uid, is_admin = FALSE, api_key = get_api_key())
Arguments
app_uid |
the app uid to update. |
user_uid |
the user uid to update. |
is_admin |
boolean (default: |
api_key |
your Polished API key. Set your polished api key using |
Value
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>")
.
See Also
get_app_users()
add_app_user()
delete_app_user()
[Package polished version 0.8.1 Index]