Polished API - Get User Role(s)
get_user_roles(
  user_uid = NULL,
  role_uid = NULL,
  api_key = getOption("polished")$api_key
)an optional user uid.
an optional role uid.
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.
an object of class polished_api_res.  The "content" of the object is a
tibble of users(s) with the following columns:
role_uid
role_name,
user_uid,
user_name,
created_at