R/members.R
get_owners.Rd
Retrieves users with the `admin` role (organisation owners).
get_owners(org, token = get_token())
GitHub organisation name.
A GitHub installation access token or personal access token. Default uses `get_token()`
list user objects returned by the GitHub API.
if (FALSE) { # \dontrun{ get_owners(org = "my-org") } # }