Is there a way to check/validate whether a set of user fields will successfully create a user? without actually performing the user creation?
At the moment we are using the management API - POST /api/v2/users
Hey there @aditya.wardhanaputra welcome to the community!
I’m not aware of a way to check/validate unfortunately, but for a database
connection an email
(and username
if required by the connection), connection
and password
params are required. For a passwordless
connection an email
and connection
parameter are required.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.