We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41081c commit ce44176Copy full SHA for ce44176
.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