-
Notifications
You must be signed in to change notification settings - Fork 323
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
chore(backend): Allow to create organizations without initial owner #4670
chore(backend): Allow to create organizations without initial owner #4670
Conversation
🦋 Changeset detectedLatest commit: 86b45a1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3026221
to
00c6cf7
Compare
00c6cf7
to
356b90d
Compare
356b90d
to
86b45a1
Compare
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.
This looks straightforward.
Description
Resolves ORGS-144, ORGS-392
As part of SSO per org (https://github.com/clerk/clerk_go/pull/7782), we've updated BAPI to allow creating organizations without an owner therefore turning
createdBy
from required to optional. This unblocks B2B customers to create empty organizations as part of onboarding.Docs PR: clerk/clerk-docs#1754
Is this a breaking change?
Proposing this a minor version update, although not a breaking change according to our definitions, some customers might be relying on the fact that organizations always have an owner.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change