end All User Sessions
DELETE {{baseUrl}}/api/v1/users/:userId/sessions?oauthTokens=<boolean>
Removes all active identity provider sessions. 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 | string | Revoke issued OpenID Connect and OAuth refresh and access tokens |