Operations related to Organization Management.
These endpoints require an Organization Management API key. Organization API keys can be retrieved any time from the console by going to the Organization Management page > API Keys.
Retrieve all accounts linked to the organization.
Successfully retrieved accounts linked to the organization.
Invalid organization id
[- {
- "accountId": "string",
- "accountName": "string",
- "accountType": "INSTACLUSTR",
- "isAccountPciCompliant": true,
- "accountHasBillingDetails": true,
- "isEnabledIdpSyncedToOrganisation": true,
- "isAccountInvoiced": true,
- "isBillingSyncedToOrganisation": true,
- "accountSupportContacts": "string",
- "accountEmergencyContacts": "string",
- "accountMaintenanceContacts": "string",
- "areOrgAndAccountSharedProviderAccountsActivelyUsed": true
}
]
Create a new account under an organization.
Successfully created a new account for the organization.
Invalid Request Params, User is unable to create accounts or unable to link to organization or update billing details.
Invalid organization ID.
{- "validationMessages": {
- "property1": "string",
- "property2": "string"
}, - "accountName": "string"
}
{- "accountId": "string"
}
Unlink an account from to the organization.
Successfully unlinked account from the organization.
Account is not linked to the organization
[- {
- "id": "string",
- "name": "string",
- "supportContacts": "string",
- "emergencyContacts": "string",
- "maintenanceContacts": "string",
- "blockedEmailDomains": [
- "string"
], - "features": {
- "ssoSelfServeEnabled": true,
- "supportContactsPerClusterEnabled": true
}, - "accountCreationBlocked": true,
- "blockScimUserRevokeNotification": true
}
]
Get user actions for the organization and its linked accounts
Successfully retrieved the user actions for the organization and its linked accounts
Unauthorized
Forbidden
[- {
- "totalResults": 0,
- "startIndex": 0,
- "itemsPerPage": 0,
- "resources": [
- {
- "action": "string",
- "domainType": "string",
- "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e",
- "domainName": "string",
- "description": "string",
- "actionTime": "string",
- "userName": "string"
}
], - "search": "string",
- "totalOrgActionCount": 0,
- "totalAccountActionCount": 0,
- "counts": [
- {
- "kind": "string",
- "domain": "string",
- "count": 0
}
]
}
]