Skip to content

Commit

Permalink
feat(backend): Add organizationId param (#4882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Feb 7, 2025
1 parent f41081c commit ce44176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-planes-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/backend': minor
---

Add organizationId to GetOrganizationListParams
1 change: 1 addition & 0 deletions packages/backend/src/api/endpoints/OrganizationApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type GetOrganizationListParams = ClerkPaginationRequest<{
includeMembersCount?: boolean;
query?: string;
orderBy?: WithSign<'name' | 'created_at' | 'members_count'>;
organizationId?: string[];
}>;

type CreateParams = {
Expand Down

0 comments on commit ce44176

Please sign in to comment.