Uh oh!
There was an error while loading. Please reload this page.
fix(backend): inviterUserId should be optional in CreateOrganizationInvitationParams - #4904
fix(backend): inviterUserId should be optional in CreateOrganizationInvitationParams#4904ijxy wants to merge 1 commit into
inviterUserId should be optional in CreateOrganizationInvitationParams#4904Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Just noticed that this is essentially the same as #4793, although that uses There are currently no other usages of |
…onInvitationParams`
ijxy
commented
Mar 5, 2025
@LauraBeatris can this not be merged in separately? The PR you referenced is closed and isn't really related anyway |
ijxy
commented
Mar 7, 2025
Seems to have been fixed! |
Description
Update the types to reflect the API docs: https://clerk.com/docs/references/backend/organization/create-organization-invitation
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change