update_user {polished} | R Documentation |
Polished API - Update a user
Description
Polished API - Update a user
Usage
update_user(user_uid, user_data, api_key = get_api_key())
Arguments
user_uid |
the uid of the user to be updated. |
user_data |
list of data to update. |
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_users()
add_user()
delete_user()
[Package polished version 0.8.1 Index]