Hexoku.API.Organizations.Members

An organization member is an individual with access to an organization

For more info read the Heroku API Reference

Source

Summary

grant(client, org, email, role \\ "member")
list(client, org)
remove(client, org, email)

Functions

grant(client, org, email, role \\ "member")

Specs:

Source
list(client, org)

Specs:

Source
remove(client, org, email)

Specs:

Source