Path: / admin / realms / {realm} / users / {username} / logout

Remove all user sessions associated with this user. And, for all applications that have an admin URL, tell them to invalidate the sessions for this particular user.

Path parameters:
username - username (not id!)
realm - realm name (not id!)

Method Summary
ResourceDescription
POST /admin/realms/{realm}/users/{username}/logoutRemove all user sessions associated with this user.

Method Detail
HTTP Example:
POST /admin/realms/{realm}/users/{username}/logout

Remove all user sessions associated with this user. And, for all applications that have an admin URL, tell them to invalidate the sessions for this particular user.

Output:
void