We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d3354 commit 357a8fcCopy full SHA for 357a8fc
.changeset/beige-planes-unite.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/backend': minor
3
4
+
5
+Add organizationId to GetOrganizationListParams
packages/backend/src/api/endpoints/OrganizationApi.ts
@@ -25,6 +25,7 @@ type GetOrganizationListParams = ClerkPaginationRequest<{
25
includeMembersCount?: boolean;
26
query?: string;
27
orderBy?: WithSign<'name' | 'created_at' | 'members_count'>;
28
+ organizationId?: string[];
29
}>;
30
31
type CreateParams = {
0 commit comments