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 legacy_org_id, fetch by legacy user/org ids, and patch bump to 2.1.22 #22

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

mrmauer
Copy link
Contributor

@mrmauer mrmauer commented Sep 6, 2024

Context
BE PR

After PR

  1. update org's legacy_org_id
auth.updateOrg({
    orgId: "1189c444-8a2d-4c41-8b4b-ae43ce79a492",
    legacyOrgId: "<LEGACY_ID>",
})
  1. fetch/search orgs on the legacy id (case-sensitive string)
auth.fetchOrgByQuery({
    legacyUserId: "<LEGACY_ID>",
})
  1. fetch/search users on the legacy id (case-sensitive string)
auth.fetchUsersByQuery({
    legacyOrgId: "<LEGACY_ID>",
})

@mrmauer mrmauer changed the title update legacy_org_id, fetch by legacy user/org ids update legacy_org_id, fetch by legacy user/org ids, and patch bump to 2.1.22 Sep 27, 2024
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.

2 participants