Skip to content

Commit

Permalink
Fix list_groups params
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 10, 2023
1 parent 5791d9e commit ef821a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/workos/directory_sync.ex
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ defmodule WorkOS.DirectorySync do
def list_groups(opts \\ %{}) do
WorkOS.Client.get(WorkOS.client(), WorkOS.List.of(Group), "/directory_groups",
query: [
domain: opts[:domain],
organization_id: opts[:organization_id],
search: opts[:search],
directory: opts[:directory],
user: opts[:user],
limit: opts[:limit],
before: opts[:before],
after: opts[:after],
Expand Down

0 comments on commit ef821a6

Please sign in to comment.