According to the documentation (link below), you can update user metadata using the Lock library.
If you update user metadata via this library, will the event show up in the log stream, and will it be possible to monitor it as a SAPI event?
Hi @snacker00
Welcome to the Auth0 Community.
Yes it is possible to update metadata via Lock using additionalSignUpFields as per this example https://auth0.com/docs/libraries/lock/lock-configuration#text-fields
However, the metadata update will not show in the log as a separate item, you will only see it under the Success Signup (type: ss) under Raw Data i.e. amongst the data that was posted as part of the user creation process.
Warm regards.
Thank you for the quick answer.
One more question, is this SDK based on management API or public?
Best.
Hi @snacker00
I believe the Lock SDK uses the sign up endpoint from the Authentication API https://auth0.com/docs/api/authentication#signup
Warm regards.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.