View source: R/api_03_app_users.R
get_app_users | R Documentation |
Polished API - Get App(s) User(s)
get_app_users(
app_uid = NULL,
user_uid = NULL,
email = NULL,
api_key = get_api_key()
)
app_uid |
an optional app uid. |
user_uid |
an optional user uid. |
email |
an optional user email address. |
api_key |
your Polished API key. Set your polished api key using |
If app_uid
, user_uid
, & email
are all NULL
,
then all app users will be returned.
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
add_app_user()
update_app_user()
delete_app_user()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.