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

1 participant