action keycloak_get_realm_users_id_offline_sessions_client_id { label: "Get offline sessions associated with the user and client" provider: keycloak method: GET path: "/{realm}/users/{id}/offline-sessions/{clientId}" encoding: json output: { type: "object" additionalProperties: true } }