Skip to content

Commit ce44176

Browse files
authored
feat(backend): Add organizationId param (#4882)
1 parent f41081c commit ce44176

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/beige-planes-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': minor
3+
---
4+
5+
Add organizationId to GetOrganizationListParams

packages/backend/src/api/endpoints/OrganizationApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type GetOrganizationListParams = ClerkPaginationRequest<{
2525
includeMembersCount?: boolean;
2626
query?: string;
2727
orderBy?: WithSign<'name' | 'created_at' | 'members_count'>;
28+
organizationId?: string[];
2829
}>;
2930

3031
type CreateParams = {

0 commit comments

Comments
 (0)