Polished API - Get App(s) User(s)
get_app_users(
app_uid = NULL,
user_uid = NULL,
email = NULL,
api_key = get_api_key()
)
an object of class polished_api_res
. When successful, the content
of the object is a
tibble of app(s) with the following columns:
uid
app_uid
user_uid
is_admin
created_at
email
an optional app uid.
an optional user uid.
an optional user email address.
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.
If app_uid
, user_uid
, & email
are all NULL
,
then all app users will be returned.
add_app_user()
update_app_user()
delete_app_user()