get_users_tbl: Get the Users Table via the Connect API

View source: R/get_users_tbl.R

get_users_tblR Documentation

Get the Users Table via the Connect API

Description

This provides a tibble that relates to all users on Connect. It has the following columns:

  • email:

  • username:

  • first_name:

  • last_name:

  • user_role:

  • created_time:

  • updated_time:

  • active_time:

  • confirmed:

  • locked:

  • guid:

Usage

get_users_tbl(conn = create_connection())

Arguments

conn

the Connect server connection details containing the server and API key.

Value

a tibble


kmasiello/rscview documentation built on Jan. 3, 2023, 2:58 p.m.