The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

onelogin

CRAN status

The goal of onelogin is to wrap the API for the identity provider ‘OneLogin’.

Installation

You can install the current version of onelogin on CRAN at https://CRAN.R-project.org/package=onelogin or the development version from ‘github’ using

devtools::install_github("akgold/onelogin")

Get All Users

This is a basic example which shows you how to get all users:

library(onelogin)
con <- onelogin()

ol_users_get(con)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.