onelogin (version 0.2.0)

ol_users_get: 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

Value

A tibble of users and their attributes

Details

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

Examples

Run this code
# NOT RUN {
if (interactive()) ol_users_get(onelogin())
if (interactive()) ol_users_get(onelogin(), firstname = "name")
# }

Run the code above in your browser using DataLab