arkan / onelogin

OneLogin client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onelogin

OneLogin client written in Go.

GoDoc Go Report Card

Getting Started

go get github.com/arkan/onelogin

Register an application on OneLogin

First you need to register a new application to have clientID and clientSecret credentials.

List users

c := onelogin.New(clientID, clientSecret, "us_or_eu", team)
users, err := c.User.GetUsers(context.Background())

See the documentation for all the available commands.

Licence

MIT

About

OneLogin client written in Go

License:MIT License


Languages

Language:Go 100.0%