Bulk User Imports - I can't Use upsert
as a paramater for the importUsers
feature
#353
Milestone
upsert
as a paramater for the importUsers
feature
#353
Description
I'm not able to set the parameter
upsert
when I try to import a list of users using the methodimportUsers
Use case
When I'm importing a list of users I would like to set the parameter
upsert
to update pre-existing users that match on the email address.When the problem started
When I tried to set the parameter upsert to the
importUsers
method, I realized that I can't set this parameter, the only parameters allowed are: $file_path and $connection_idPrerequisites
[x] I have checked the README documentation.
[x] I have checked the Auth0 Community for related posts.
[x] I have checked for related or duplicate Issues and PRs.
[x] I have read the Auth0 general contribution guidelines.
[x] I have read the Auth0 Code of Conduct.
Environment
Please provide the following:
5.5
7.3.4
Reproduction
Feature: https://auth0.com/docs/users/guides/bulk-user-imports
Method:
auth0-PHP/src/API/Management/Jobs.php
Line 40 in eafcf1a
I want to use the parameter
upsert
The text was updated successfully, but these errors were encountered: