polished (version 0.6.1)

update_app_user: 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: FALSE) - whether or not the user is an admin.

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.

See Also

get_app_users() add_app_user() delete_app_user()