onelogin (version 0.2.0)

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

Run this code
# NOT RUN {
if (interactive()) ol_user_set_custom_attr(onelogin, 54963040, attr = "value")
# }

Run the code above in your browser using DataCamp Workspace