onelogin (version 0.2.0)

ol_user_remove_role: Remove role from user

Description

Remove role from user

Usage

ol_user_remove_role(con, user_id, role_id_array)

Arguments

con

a 'OneLogin' connection

user_id

user id

role_id_array

numeric, one or more roles

Examples

Run this code
# NOT RUN {
if (interactive()) ol_user_remove_role(onelogin(), 54963040, 268986)
# }

Run the code above in your browser using DataCamp Workspace