ol_users_get: Get Users from OneLogin

Description Usage Arguments Details Value Examples

View source: R/users.R

Description

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

Usage

1

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

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

akgold/onelogin documentation built on Nov. 1, 2019, 9:05 p.m.