get_user_roles {polished} | R Documentation |
Polished API - Get User Role(s)
Description
Polished API - Get User Role(s)
Usage
get_user_roles(user_uid = NULL, role_uid = NULL, api_key = get_api_key())
Arguments
user_uid |
an optional user uid. |
role_uid |
an optional role uid. |
api_key |
your Polished API key. Set your polished api key using |
Value
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
See Also
add_user_role()
delete_user_role()
[Package polished version 0.8.1 Index]