Skip to content

Conversation

brettwillis
Copy link

Closes #1885

Summary

The updateUser() and createUser() methods always perform two API requests under the hood: (1) the create/update request, and (2) a subsequent getUser() request.

This PR adds an optional parameter noFetchUserRecord that allows bypassing the getUser() request when not needed, so that it returns void.

@brettwillis
Copy link
Author

@lahirumaramba @prameshj please check thanks 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] Auth: Provide an API to create/update users without unneeded API requests
1 participant