PATCH /api/v1/org/privacy/oktaSupport/cases/{caseNumber}

Updates access to the org for an Okta Support case:

Servers

Path parameters

Name Type Required Description
caseNumber String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
caseNumber String No

Okta Support case number

selfAssigned Object No

Customer allows Okta Support access to self-assigned cases. Support cases are self-assigned when an Okta Support team member creates and assigns the case to themselves.

selfAssigned.status String No

Okta Support access approval status for self-assigned cases

Valid values:

  • "REQUESTED"
  • "APPROVED"
  • "NOT_REQUIRED"
subject String No

Subject of the support case

impersonation Object No

Allows the Okta Support team to sign in to your org as an admin and troubleshoot issues

impersonation.expiration String No

Expiration date of Okta Support access

impersonation.status String No

Status of Okta Support access

Valid values:

  • "REQUESTED"
  • "ENABLED"
  • "NOT_REQUESTED"
  • "DISABLED"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.