action keycloak_get_realm_clients_id_session_count { label: "Get application session count Returns a number of user sessions associated with this client { \"count\": number }" provider: keycloak method: GET path: "/{realm}/clients/{id}/session-count" encoding: json output: { type: "object" additionalProperties: true } }