The Org Support Settings API provides operations to manage the support settings for your Okta org.
Retrieves the Okta Aerial consent grant details for your Org. Returns a 404 Not Found error if no consent has been granted.
Success
Can't complete request due to errors
Forbidden
Consent hasn't been given and there are no grants to any Aerial Accounts
Too Many Requests
Example response of consent details
{- "accountId": "0200bs0617vvhv2v675mch1cukp",
- "grantDate": "2023-04-06T21:32:33.000Z",
- "grantedBy": "00uabcdefg1234567890"
}
Grants an Okta Aerial account access to your Org. If the org is a child org, consent is taken from the parent org. Grant calls directly to the child are not allowed.
Success
Can't complete request due to errors
Forbidden
Too Many Requests
Request body to grant an Okta Aerial account access to your Org
{- "accountId": "0200bs0617vvhv2v675mch1cukp"
}
Example response of consent details
{- "accountId": "0200bs0617vvhv2v675mch1cukp",
- "grantDate": "2023-04-06T21:32:33.000Z",
- "grantedBy": "00uabcdefg1234567890"
}
Revokes access of an Okta Aerial account to your Org. The revoke operation will fail if the org has already been added to an Aerial account.
Success
Can't complete request due to errors
Forbidden
Too Many Requests
Request body for revoking an Okta Aerial account
{- "accountId": "0200bs0617vvhv2v675mch1cukp"
}
{- "_links": {
- "grant": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "templated": true,
- "type": "string"
}
}
}
okta.orgs.read
SUPER_ADMIN
Retrieves Okta Support Settings for your org
Success
Forbidden
Too Many Requests
{- "support": "ENABLED",
- "expiration": "2024-01-24T11:13:14.000Z",
- "caseNumber": "20000144",
- "_links": {
- "case": {
- "hints": {
- "allow": [
- "PATCH"
]
}
}, - "cases": {
- "hints": {
- "allow": [
- "GET"
]
}
}
}
}
okta.orgs.read
Lists all Okta Support cases that the requesting principal has permission to view
Success
Forbidden
Too Many Requests
[- {
- "impersonation": {
- "status": "ENABLED",
- "expiration": "2024-01-24T11:13:14.000Z"
}, - "selfAssigned": {
- "status": "REQUESTED"
}, - "subject": "Reset admin password",
- "caseNumber": "1000001"
}, - {
- "impersonation": {
- "status": "REQUESTED",
- "expiration": null
}, - "selfAssigned": {
- "status": "NOT_REQUIRED"
}, - "subject": "Review IP restriction configuration",
- "caseNumber": "1000002"
}
]
Updates access to the org for an Okta Support case:
You can enable, disable, or extend access to your org for an Okta Support case.
You can approve Okta Support access to your org for self-assigned cases. A self-assigned case is created and assigned by the same Okta Support user.
Success
Forbidden
Too Many Requests
{- "impersonation": {
- "status": "ENABLED"
}
}
{- "impersonation": {
- "status": "ENABLED",
- "expiration": "2024-01-24T11:13:14.000Z"
}, - "caseNumber": "1011001"
}
okta.orgs.manage
SUPER_ADMIN
Extends the length of time that Okta Support can access your org by 24 hours. This means that 24 hours are added to the remaining access time.
Note: After the Give access to Okta Support feature is enabled in your org, use the Update an Okta Support case resource to approve, revoke, and extend Okta Support access for each support case. This resource will be deprecated on January 15, 2025.
Forbidden
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.orgs.manage
SUPER_ADMIN
Grants Okta Support temporary access to your org as an administrator for eight hours
Note: After the Give access to Okta Support feature is enabled in your org, use the Update an Okta Support case resource to approve, revoke, and extend Okta Support access for each support case. This resource will be deprecated on January 15, 2025.
Forbidden
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.orgs.manage
SUPER_ADMIN
Revokes Okta Support access to your org
Note: After the Give access to Okta Support feature is enabled in your org, use the Update an Okta Support case resource to approve, revoke, and extend Okta Support access for each support case. This resource will be deprecated on January 15, 2025.
Forbidden
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}