ol_role_get_by_id {onelogin}R Documentation

Get details of particular role

Description

Get details of particular role

Usage

ol_role_get_by_id(con, role_id)

Arguments

con

a 'OneLogin' connection

role_id

the id of a role

Value

a tibble of details on the role

Examples

if (interactive()) ol_role_get_by_id(onelogin(), 1234)

[Package onelogin version 0.2.0 Index]