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.