arkan / okta

Okta client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Okta

Okta client written in Go

GoDoc Go Report Card

Getting Started

go get github.com/arkan/okta

Create a new API Key on Okta

First you need to create a new api key on Okta to have a token.

List users

c := okta.New(apiToken, "organisation")
users, err := c.User.GetUsers(context.Background())

See the documentation for all the available commands.

Licence

MIT

About

Okta client written in Go

License:MIT License


Languages

Language:Go 100.0%