ol_users_get {onelogin}R Documentation

Get Users from OneLogin

Description

You can filter the user by various parameters in onelogin. See the page in the API docs for filter options.

Usage

ol_users_get(con, ...)

Arguments

con

a 'OneLogin' connection

...

filter parameters, optional; see API documentation

Details

The id column in the returned tibble is the user_id for any of the user functions that are by id.

Value

A tibble of users and their attributes

Examples

if (interactive()) ol_users_get(onelogin())
if (interactive()) ol_users_get(onelogin(), firstname = "name")

[Package onelogin version 0.2.0 Index]