Global Token Revocation
Global Token Revocation
Revoke all tokens for user (requires global_token_revocation scope).
post/restv1/global-token-revocation
Request body
Example request
{
"sub_id": {
"format": "uid",
"id": "46dkfde5"
}
}Response
OK - Returned if request was processed successfully. Means user is correctly idendified and AS cleared tokens and sessions associated with it.
Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲