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")

onelogin documentation built on Aug. 7, 2019, 5:02 p.m.