Accounts
- list_users - Show current user accounts
Show current user accounts
import sdk
s = sdk.SDK(
security=shared.Security(
bearer_auth="",
),
)
res = s.accounts.list_users()
if res.body is not None:
# handle response
Accounts
Show current user accounts
import sdk
s = sdk.SDK(
security=shared.Security(
bearer_auth="",
),
)
res = s.accounts.list_users()
if res.body is not None:
# handle response