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
Key | Datatype | Required | Description |
---|---|---|---|
oauthTokens | boolean | Revoke issued OpenID Connect and OAuth refresh and access tokens |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |