Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const organizations = await clerkClient.organizations.getOrganizationList();
| `limit?` | `number` | The number of results to return. Must be an integer greater than zero and less than 501. |
| `offset?` | `number` | The number of results to skip. |
| `query?` | `string` | A search query to filter organizations by. |
| `orderBy?` | `name \| updated_at \| members_count` | The field to order by. Prefix with a `-` to reverse the order. Prefix with a `+` to list in ascending order. |

## Example

Expand Down