The remote user creation workflow involves authentication providers like LDAP
that involve a queryable identity store. This helper wraps the API calls
necessary to retrieve information about and then create such a user. It
functions with a "fuzzy match" prefix by default, but if you want to
instantiate users directly, you should set exact = TRUE.
users_create_remote(connect, prefix, expect = 1, check = TRUE, exact = FALSE)The results of creating the users
A R6 Connect object
character. The prefix of the user name to search for
number. Optional. The number of responses to expect for this search
boolean. Optional. Whether to check for local existence first
boolean. Optional. Whether to only create users whose username
exactly matches the provided prefix.
NOTE: there can be problems with usernames that are not unique. Please open an issue if you run into any problems.