Requests to delete an org
You can only delete an org with a status
of INACTIVE
.
Note: This endpoint only deletes orgs in the Aerial Sandbox environment or if you are in the Okta Partner Program. Contact your account manager for more information.
Success
Bad Request
Unauthorized
Forbidden
Rate limit exceeded
Internal Server Error
{ }
Change the status of an org
Success
Bad Request
Unauthorized
Forbidden
Rate limit exceeded
Internal Server Error
{- "status": "INACTIVE"
}
{- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 1",
- "cell": "ok1",
- "domain": "my-org-1.okta.com",
- "status": "INACTIVE",
- "aerialOrg": false,
- "createdDate": "2023-12-08T20:15:18.000Z",
- "id": "00o16fjDHCgFqob8n0g4"
}
Lists all orgs that are managed by the Aerial account
after | string The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the |
before | string The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the |
limit | integer [ 1 .. 100 ] Default: 25 The maximum number of records to return in a page |
filter | string A SCIM 2.0 filter expression that filters the results. Filter attributes include filter=subdomain eq "customer-subdomain" filter=aerialOrg eq true filter=status eq "ACTIVE" AND subdomain sw "customer" |
Success
Bad Request
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
[- {
- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 1",
- "cell": "ok1",
- "domain": "my-org-1.okta.com",
- "status": "ACTIVE",
- "aerialOrg": true,
- "createdDate": "2023-12-08T20:15:18.000Z",
- "id": "00o16fjDHCgFqob8n0g4"
}, - {
- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 2",
- "cell": "ok1",
- "domain": "my-org-2.okta.com",
- "status": "INACTIVE",
- "aerialOrg": false,
- "createdDate": "2023-12-08T22:09:07.000Z",
- "id": "00o16xupGJbokZXPO0g4"
}, - {
- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 3",
- "cell": "ok1",
- "domain": "my-org-3.okta.com",
- "status": "ACTIVE",
- "aerialOrg": false,
- "createdDate": "2023-12-08T23:13:08.000Z",
- "id": "00o1cqcx8XNArUxjH0g4"
}
]
Adds an org to be managed by the Aerial account. The super admin of the org must first grant Okta Aerial the ability to manage the org.
Information about the Org that is added to the Account
Success
Bad Request
Unauthorized
Forbidden
Rate limit exceeded
Internal Server Error
{- "orgId": "00oy0itaI2Yi7XGGE0g3",
- "cell": "ok1"
}
{- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 1",
- "cell": "ok1",
- "domain": "my-org-1.okta.com",
- "status": "ACTIVE",
- "aerialOrg": false,
- "createdDate": "2023-12-08T20:15:18.000Z",
- "id": "00o16fjDHCgFqob8n0g4"
}
Lists all associated orgs in a report format. The report is updated asynchronously. Associated orgs are are all orgs linked to (or associated with) your Okta contract. Newly created orgs may not immediately show up in the report. The management status of the orgs added into the account is updated in real-time.
after | string The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the |
before | string The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the |
limit | integer [ 1 .. 100 ] Default: 25 The maximum number of records to return in a page |
filter | string A SCIM 2.0 filter expression that filters the results. The attributes you can filter on include filter=subdomain eq "customer-subdomain" filter=accountId eq "0227mkkf8ulgt48bkidcd8ekqft" filter=accountId eq null filter=status eq "ACTIVE" AND subdomain sw "customer" filter=not (accountId pr) |
Success
Bad Request
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
[- {
- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 1",
- "cell": "okta.com:1",
- "domain": "my-org-1.okta.com",
- "status": "ACTIVE",
- "id": "00o16fjDHCgFqob8n0g4"
}, - {
- "name": "My Org 2",
- "cell": "oktapreview.com:3",
- "domain": "my-org-2.oktapreview.com",
- "status": "INACTIVE",
- "id": "00o16xupGJbokZXPO0g4"
}, - {
- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 3",
- "cell": "okta.com:16",
- "domain": "my-org-3.okta.com",
- "status": "ACTIVE",
- "id": "00o1cqcx8XNArUxjH0g4"
}
]
Retrieves an org that's in an Aerial account by orgId
Success
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
{- "accountId": "0227mkkf8ulgt48bkidcd8ekqft",
- "name": "My Org 1",
- "cell": "ok1",
- "domain": "my-org-1.okta.com",
- "status": "ACTIVE",
- "aerialOrg": false,
- "createdDate": "2023-12-08T20:15:18.000Z",
- "id": "00o16fjDHCgFqob8n0g4"
}
Lists all enabled products by orgId
Success
Unauthorized
Forbidden
Resource Not Found
Rate limit exceeded
Internal Server Error
[- {
- "id": "P000052",
- "name": "IT Products - SSO"
}, - {
- "id": "P000131",
- "name": "IT Products - MFA"
}
]
Update the enabled products of an org. Any products not found in this list are disabled for the org.
Success
Bad Request
Unauthorized
Forbidden
Rate limit exceeded
Internal Server Error
[- {
- "id": "P000052"
}
]
[- {
- "id": "P000052",
- "name": "IT Products - SSO"
}, - {
- "id": "P000131",
- "name": "IT Products - MFA"
}
]