Skip to content
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

Update user API should work with loginId or userName+provider #3

Open
kochhar opened this issue Jul 24, 2017 · 0 comments
Open

Update user API should work with loginId or userName+provider #3

kochhar opened this issue Jul 24, 2017 · 0 comments
Assignees

Comments

@kochhar
Copy link
Contributor

kochhar commented Jul 24, 2017

Presently the updateUser API requires a userId to update a user. The userId is generated when the user record is created. This means that if partners need to update a user, they will need to store this userId in their system.

Ideally, we should not be exposing our unique user-identifier to external systems. This can create a dependency on our data limiting our flexibility.

Suggest that the updateUser API should work primarily with the user's loginId. Alternatively, we can also accept the userName+provider and generate the loginId within our system.

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

No branches or pull requests

2 participants