ol_user_set_custom_attr {onelogin} | R Documentation |
Set custom attribute for users
Description
See ol_user_get_custom_fields
to get custom fields
Usage
ol_user_set_custom_attr(con, user_id, ...)
Arguments
con |
a 'OneLogin' connection |
user_id |
user id |
... |
named custom attributes to set |
Examples
if (interactive()) ol_user_set_custom_attr(onelogin, 54963040, attr = "value")
[Package onelogin version 0.2.0 Index]