ol_roles_get {onelogin}R Documentation

Get all available roles

Description

Get all available roles

Usage

ol_roles_get(con, ...)

Arguments

con

a 'OneLogin' connection

...

filters for the roles. See options in the API docs.

Value

a tibble of roles

Examples

if (interactive()) ol_roles_get(onelogin())

[Package onelogin version 0.2.0 Index]