Ends Okta sessions for the currently signed in User. By default, the current session remains active. Use this method in a browser-based app.
Note: This operation requires a session cookie for the User. The API token isn't allowed for this operation.
OK
Forbidden
Not Found
Too Many Requests
{- "keepCurrent": true
}
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.users.manage
Revokes all active Identity Provider sessions of the User. This forces the user to authenticate on the next operation. Optionally revokes OpenID Connect and OAuth refresh and access tokens issued to the User.
Note: This operation doesn't clear the sessions created for web or native apps.
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}