Skip to content

Commit

Permalink
Docs update and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 12, 2024
1 parent 89377b7 commit 80c157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/organization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 80c157a

Please sign in to comment.