From 80c157abf409e132bf61028a88861e53f704a552 Mon Sep 17 00:00:00 2001 From: AsabuHere Date: Thu, 12 Dec 2024 15:51:43 +0530 Subject: [PATCH] Docs update and examples --- examples/organization_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/organization_api.py b/examples/organization_api.py index feab6a24a..72ad12e4a 100644 --- a/examples/organization_api.py +++ b/examples/organization_api.py @@ -21,7 +21,7 @@ def example(): credential_provider= OrgsCredentialProvider(CLIENT_ID,CLIENT_SECRET) ) - accounts = self.client.preview_iam.organization(organization_sid="OR64adedc0f4dc99b9113305f725677b47").accounts.stream() + accounts = self.client.preview_iam.organization(organization_sid=ORGS_SID).accounts.stream() self.assertIsNotNone(accounts)