Service-Accounts
Service-Account erstellen
POST/v1/organizations/service_accounts
Service-Accounts auflisten
GET/v1/organizations/service_accounts
Service-Account abrufen
GET/v1/organizations/service_accounts/{service_account_id}
Service-Account aktualisieren
POST/v1/organizations/service_accounts/{service_account_id}
Service-Account archivieren
POST/v1/organizations/service_accounts/{service_account_id}/archive
Models
Service-AccountsWorkspaces
Workspace zu Service-Account hinzufügen
POST/v1/organizations/service_accounts/{service_account_id}/workspaces
Workspaces für Service-Account auflisten
GET/v1/organizations/service_accounts/{service_account_id}/workspaces
Workspace aus Service-Account entfernen
DELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}