onelogin (version 0.2.0)

ol_role_get_by_id: 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

Run this code
# NOT RUN {
if (interactive()) ol_role_get_by_id(onelogin(), 1234)
# }

Run the code above in your browser using DataLab