Service Accounts
Create Service Account
beta.organization.service_accounts.create(**kwargs) -> BetaServiceAccountPOST/v1/organizations/service_accounts
List Service Accounts
beta.organization.service_accounts.list(**kwargs) -> PageCursor<BetaServiceAccount>GET/v1/organizations/service_accounts
Get Service Account
beta.organization.service_accounts.retrieve(service_account_id, **kwargs) -> BetaServiceAccountGET/v1/organizations/service_accounts/{service_account_id}
Update Service Account
beta.organization.service_accounts.update(service_account_id, **kwargs) -> BetaServiceAccountPOST/v1/organizations/service_accounts/{service_account_id}
Archive Service Account
beta.organization.service_accounts.archive(service_account_id, **kwargs) -> BetaServiceAccountPOST/v1/organizations/service_accounts/{service_account_id}/archive
Models
Service AccountsWorkspaces
Add Workspace To Service Account
beta.organization.service_accounts.workspaces.add(service_account_id, **kwargs) -> BetaServiceAccountWorkspaceMemberPOST/v1/organizations/service_accounts/{service_account_id}/workspaces
List Workspaces For Service Account
beta.organization.service_accounts.workspaces.list(service_account_id, **kwargs) -> PageCursor<BetaServiceAccountWorkspaceMember>GET/v1/organizations/service_accounts/{service_account_id}/workspaces
Remove Workspace From Service Account
beta.organization.service_accounts.workspaces.remove(workspace_id, **kwargs) -> WorkspaceRemoveResponseDELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}