polished (version 0.5.0)

get_app_users: Polished API - Get App(s) User(s)

Description

Polished API - Get App(s) User(s)

Usage

get_app_users(
  app_uid = NULL,
  user_uid = NULL,
  email = NULL,
  api_key = getOption("polished")$api_key
)

Arguments

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 set_api_key() so that you do not need to supply this argument with each function call.

Value

an object of class polished_api_res. 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

See Also

add_app_user() update_app_user() delete_app_user()