Uh oh!
There was an error while loading. Please reload this page.
fix(backend): Added missing organizationId to UserCountParams for getUserList - #3240
Conversation
🦋 Changeset detectedLatest commit: 3c5e626 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 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 |
panteliselef
left a comment
There was a problem hiding this comment.
According to BAPI this is valid, so approving, thanks @royanger
dimkl
left a comment
There was a problem hiding this comment.
The parameter organizationId is added in UserCountParams and not in the UserListParams. Based on our docs https://clerk.com/docs/reference/backend-api/tag/Users#operation/GetUsersCount the organization_id / organizationId is not supported by the User count endpoint.
I would suggest you add it only in the UserListParams or we should update our OpenAPI to indicate that it's available for both and then merge this PR.
panteliselef
commented
Apr 23, 2024
@dimkl seems that |
Uh oh!
There was an error while loading. Please reload this page.
dimkl
commented
Apr 23, 2024
@panteliselef We probably need to move to |
royanger
commented
Apr 23, 2024
Want me to add this to the PR here? |
588f7fb to
7410498Compare7410498 to
3c5e626Compare
Description
Added missing parameter for getUserList
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change