Revoke all User Sessions

DELETE {{baseUrl}}/api/v1/users/:userId/sessions

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.

Request Params

KeyDatatypeRequiredDescription
oauthTokensbooleanRevoke issued OpenID Connect and OAuth refresh and access tokens

HEADERS

KeyDatatypeRequiredDescription
Acceptstring