View source: R/portal-group-user-list.R
| arc_group_users | R Documentation |
List all users in a given group.
arc_group_users(
group,
name = NULL,
member_type = NULL,
joined_before = NULL,
joined_after = NULL,
sort_field = c("username", "membertype", "joined"),
sort_order = c("asc", "desc"),
page_size = 50,
max_pages = Inf,
.progress = TRUE,
host = arc_host(),
token = arc_token()
)
group |
a group ID as a scalar string or |
name |
a scalar string of a user to search for. |
member_type |
default |
joined_before |
default |
joined_after |
default |
sort_field |
default |
sort_order |
optional string. One of either |
page_size |
a scalar integer between 1 and 100 indicating the number of responses per page. |
max_pages |
the maximum number of pages to fetch. By default fetches all pages. |
.progress |
default |
host |
default |
token |
an object of class |
a data.frame
## Not run:
set_arc_token(auth_user())
groups <- arc_user("r-bridge-docs")$groups
arc_group_users(groups$id[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.