Skip to content

arkan/okta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages