So from the keycloak API docs I want to use the API to get all offline sessions of the user because I want to delete some of these offline sessions because just by removing regular session token is still working.
API : {{keycloak_url}}/admin/realms/{{realm}}/users/{{userId}}/offline-sessions/{{clientId}}
BUT… When I tried to hit this API to get offline session then this error is coming “Client not found” everytime.
I’m passing everything correctly and I’m able to fetch the regular sessions but not offline-sessions