Skip to content

Commit 1701002

Browse files
authored
Add organization_id Parameter to list_connections (#55)
1 parent a21fca3 commit 1701002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workos/sso.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def list_connections(
185185
self,
186186
connection_type=None,
187187
domain=None,
188+
organization_id=None,
188189
limit=RESPONSE_LIMIT,
189190
before=None,
190191
after=None,
@@ -204,6 +205,7 @@ def list_connections(
204205
params = {
205206
"connection_type": connection_type,
206207
"domain": domain,
208+
"organization_id": organization_id,
207209
"limit": limit,
208210
"before": before,
209211
"after": after,

0 commit comments

Comments
 (0)