Skip to content

An R Wrapper for the OneLogin API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

akgold/onelogin

Repository files navigation

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)

About

An R Wrapper for the OneLogin API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published