-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ch33421] Sync realms from etools #1902
[ch33421] Sync realms from etools #1902
Conversation
This pull request has been linked to Shortcut Story #33421: Synchronize realms for external users between eTools and PRP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sync updates: the user also needs to be created if it doesn't exist. Besides email, you'll need also first, middle and last name to be in the payload as well and instead of get_obj_or_404 please do a get _or _create - also please pull from 32258-introduce-realms-tests - and you should have all the tests pass
…to ch33421-sync-realms-from-etools
updated |
…to ch33421-sync-realms-from-etools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!
[ch33421]